Html Css Color HEX #A77912 Hacienda

📋 copy color: '#A77912'

red 167 ◦ green 121 ◦ blue 18

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

Shades of Hacienda #A77912

Tints of Hacienda #A77912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 54.58%
G = 39.54%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77912 (or 0xA77912) is known color: Hacienda. HEX triplet: A7, 79 and 12. RGB value is (167,121,18). Sum of RGB (Red+Green+Blue) = 167+121+18=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77912 is #5886ED. Grayscale: #7B7B7B. Windows color (decimal): -5801710 or 1210791. OLE color: 1210791.

HSL color Cylindrical-coordinate representation of color #A77912: hue angle of 41.48º 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 #A77912 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 121 18 -
CMYK 0 0.28 0.89 0.35
HSL 41.48º 0.81% 0.36% -
HSV(B) 41.48º 0.89% 0.65% -
XYZ 22.88 21.93 3.6 -
YUV 123.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 167 121 18 0 0.28 0.89 0.35 41.48 0.81 0.36
Hex A7 79 12 0 1C 59 23 29 51 24
Octal 247 171 22 0 34 131 43 51 121 44
Binary 10100111 1111001 10010 0 11100 1011001 100011 101001 1010001 100100

Color Harmonies of #A77912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77912

Black with #A77912

Text Example


Text Example

White with #A77912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77912; }

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

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

background-color css

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

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

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

border-color css

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

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

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