Html Css Color HEX #A77811 Hacienda

📋 copy color: '#A77811'

red 167 ◦ green 120 ◦ blue 17

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

Shades of Hacienda #A77811

Tints of Hacienda #A77811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 54.93%
G = 39.47%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A77811 (or 0xA77811) is known color: Hacienda. HEX triplet: A7, 78 and 11. RGB value is (167,120,17). Sum of RGB (Red+Green+Blue) = 167+120+17=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77811 is #5887EE. Grayscale: #7A7A7A. Windows color (decimal): -5801967 or 1144999. OLE color: 1144999.

HSL color Cylindrical-coordinate representation of color #A77811: hue angle of 41.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A77811 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 120 17 -
CMYK 0 0.28 0.90 0.35
HSL 41.2º 0.82% 0.36% -
HSV(B) 41.2º 0.9% 0.65% -
XYZ 22.75 21.69 3.52 -
YUV 122.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 167 120 17 0 0.28 0.90 0.35 41.2 0.82 0.36
Hex A7 78 11 0 1C 5A 23 29 52 24
Octal 247 170 21 0 34 132 43 51 122 44
Binary 10100111 1111000 10001 0 11100 1011010 100011 101001 1010010 100100

Color Harmonies of #A77811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77811

Black with #A77811

Text Example


Text Example

White with #A77811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77811; }

 p { color: rgb(167,120,17); }

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

background-color css

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

 a { background-color: rgb(167,120,17); }

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

border-color css

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

 span { border-color: rgb(167,120,17); }

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