Html Css Color HEX #A77A12 Hacienda

📋 copy color: '#A77A12'

red 167 ◦ green 122 ◦ blue 18

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

Shades of Hacienda #A77A12

Tints of Hacienda #A77A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 54.4%
G = 39.74%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77A12 (or 0xA77A12) is known color: Hacienda. HEX triplet: A7, 7A and 12. RGB value is (167,122,18). Sum of RGB (Red+Green+Blue) = 167+122+18=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77A12 is #5885ED. Grayscale: #7C7C7C. Windows color (decimal): -5801454 or 1211047. OLE color: 1211047.

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

Color convert

RGB 167 122 18 -
CMYK 0 0.27 0.89 0.35
HSL 41.88º 0.81% 0.36% -
HSV(B) 41.88º 0.89% 0.65% -
XYZ 23.01 22.18 3.64 -
YUV 123.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 167 122 18 0 0.27 0.89 0.35 41.88 0.81 0.36
Hex A7 7A 12 0 1B 59 23 2A 51 24
Octal 247 172 22 0 33 131 43 52 121 44
Binary 10100111 1111010 10010 0 11011 1011001 100011 101010 1010001 100100

Color Harmonies of #A77A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A12

Black with #A77A12

Text Example


Text Example

White with #A77A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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