Html Css Color HEX #A47D19 Hacienda

📋 copy color: '#A47D19'

red 164 ◦ green 125 ◦ blue 25

#A47D19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A47D19

Tints of Hacienda #A47D19

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 52.23%
G = 39.81%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47D19 (or 0xA47D19) is known color: Hacienda. HEX triplet: A4, 7D and 19. RGB value is (164,125,25). Sum of RGB (Red+Green+Blue) = 164+125+25=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47D19 is #5B82E6. Grayscale: #7D7D7D. Windows color (decimal): -5997287 or 1670564. OLE color: 1670564.

HSL color Cylindrical-coordinate representation of color #A47D19: hue angle of 43.17º degrees, saturation: 0.74, 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 #A47D19 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 125 25 -
CMYK 0 0.24 0.85 0.36
HSL 43.17º 0.74% 0.37% -
HSV(B) 43.17º 0.85% 0.64% -
XYZ 22.82 22.63 4.09 -
YUV 125.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 164 125 25 0 0.24 0.85 0.36 43.17 0.74 0.37
Hex A4 7D 19 0 18 55 24 2B 4A 25
Octal 244 175 31 0 30 125 44 53 112 45
Binary 10100100 1111101 11001 0 11000 1010101 100100 101011 1001010 100101

Color Harmonies of #A47D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D19

Black with #A47D19

Text Example


Text Example

White with #A47D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D19; }

 p { color: rgb(164,125,25); }

 H1.HeaderClassName
 {
   color: #A47D19;
 }
 .AnyTagClassName
 {
   color: #A47D19;
 }
</style>

background-color css

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

 a { background-color: rgb(164,125,25); }

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

border-color css

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

 span { border-color: rgb(164,125,25); }

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