Html Css Color HEX #A77A16 Hacienda

📋 copy color: '#A77A16'

red 167 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #A77A16

Tints of Hacienda #A77A16

RGB

 RED value IS 167 (65.63% from 255) = 53.7%

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

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

R = 53.7%
G = 39.23%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A77A16 (or 0xA77A16) is known color: Hacienda. HEX triplet: A7, 7A and 16. RGB value is (167,122,22). Sum of RGB (Red+Green+Blue) = 167+122+22=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77A16 is #5885E9. Grayscale: #7C7C7C. Windows color (decimal): -5801450 or 1473191. OLE color: 1473191.

HSL color Cylindrical-coordinate representation of color #A77A16: hue angle of 41.38º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A77A16 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 122 22 -
CMYK 0 0.27 0.87 0.35
HSL 41.38º 0.77% 0.37% -
HSV(B) 41.38º 0.87% 0.65% -
XYZ 23.04 22.19 3.83 -
YUV 124.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 167 122 22 0 0.27 0.87 0.35 41.38 0.77 0.37
Hex A7 7A 16 0 1B 57 23 29 4D 25
Octal 247 172 26 0 33 127 43 51 115 45
Binary 10100111 1111010 10110 0 11011 1010111 100011 101001 1001101 100101

Color Harmonies of #A77A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A16

Black with #A77A16

Text Example


Text Example

White with #A77A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A16; }

 p { color: rgb(167,122,22); }

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

background-color css

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

 a { background-color: rgb(167,122,22); }

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

border-color css

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

 span { border-color: rgb(167,122,22); }

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