#a38019

Color #A38019 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A38019

Tints of Hacienda #A38019

Color information

#A38019 (or 0xA38019) is unknown color: approx Hacienda. HEX triplet: A3, 80 and 19. RGB value is (163,128,25). Sum of RGB (Red+Green+Blue) = 163+128+25=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38019 is #5C7FE6. Grayscale: #7F7F7F. Windows color (decimal): -6062055 or 1671331. OLE color: 1671331.

HSL color Cylindrical-coordinate representation of color #A38019: hue angle of 44.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A38019 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16312825-
CMYK00.210.850.36
HSL44.78º73.4%36.86%-
HSV(B)44.78º84.66%63.92%-
XYZ2323.34.2-
YUV126.7270.6153.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=51.58%
G=40.51%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631282500.210.850.3644.7873.436.86
HexA3801901555242d4925
Octal24320031025125445511145
Binary10100011100000001100101010110101011001001011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38019; }

 p { color: rgb(163,128,25); }

 H1.HeaderClassName
 {
   color: #a38019;
 }
 .AnyTagClassName
 {
   color: #a38019;
 }
</style>
background-color css

<style>
 a { background-color: #a38019; }

 a { background-color: rgb(163,128,25); }

 div.DivClassName
 {
   background-color: #a38019;
 }
 .BgClassName
 {
   background-color: #a38019;
 }
</style>
border-color css

<style>
 span { border-color: #a38019; }

 span { border-color: rgb(163,128,25); }

 td.TdClassName
 {
   border-color: #a38019;
 }
 .TagClassName
 {
   border-color: #a38019;
 }
</style>