Html Css Color HEX #A47716 Hacienda

📋 copy color: '#A47716'

red 164 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #A47716

Tints of Hacienda #A47716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 53.77%
G = 39.02%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A47716 (or 0xA47716) is known color: Hacienda. HEX triplet: A4, 77 and 16. RGB value is (164,119,22). Sum of RGB (Red+Green+Blue) = 164+119+22=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A47716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47716 is #5B88E9. Grayscale: #797979. Windows color (decimal): -5998826 or 1472420. OLE color: 1472420.

HSL color Cylindrical-coordinate representation of color #A47716: hue angle of 40.99º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A47716 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 22 -
CMYK 0 0.27 0.87 0.36
HSL 40.99º 0.76% 0.36% -
HSV(B) 40.99º 0.87% 0.64% -
XYZ 22.05 21.14 3.68 -
YUV 121.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 164 119 22 0 0.27 0.87 0.36 40.99 0.76 0.36
Hex A4 77 16 0 1B 57 24 29 4C 24
Octal 244 167 26 0 33 127 44 51 114 44
Binary 10100100 1110111 10110 0 11011 1010111 100100 101001 1001100 100100

Color Harmonies of #A47716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47716

Black with #A47716

Text Example


Text Example

White with #A47716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47716; }

 p { color: rgb(164,119,22); }

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

background-color css

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

 a { background-color: rgb(164,119,22); }

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

border-color css

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

 span { border-color: rgb(164,119,22); }

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