Html Css Color HEX #A47A19 Hacienda

📋 copy color: '#A47A19'

red 164 ◦ green 122 ◦ blue 25

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

Shades of Hacienda #A47A19

Tints of Hacienda #A47A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

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

R = 52.73%
G = 39.23%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47A19 (or 0xA47A19) is known color: Hacienda. HEX triplet: A4, 7A and 19. RGB value is (164,122,25). Sum of RGB (Red+Green+Blue) = 164+122+25=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A19 is #5B85E6. Grayscale: #7B7B7B. Windows color (decimal): -5998055 or 1669796. OLE color: 1669796.

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

Color convert

RGB 164 122 25 -
CMYK 0 0.26 0.85 0.36
HSL 41.87º 0.74% 0.37% -
HSV(B) 41.87º 0.85% 0.64% -
XYZ 22.44 21.88 3.96 -
YUV 123.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 164 122 25 0 0.26 0.85 0.36 41.87 0.74 0.37
Hex A4 7A 19 0 1A 55 24 2A 4A 25
Octal 244 172 31 0 32 125 44 52 112 45
Binary 10100100 1111010 11001 0 11010 1010101 100100 101010 1001010 100101

Color Harmonies of #A47A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A19

Black with #A47A19

Text Example


Text Example

White with #A47A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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