Html Css Color HEX #A77C18 Hacienda

📋 copy color: '#A77C18'

red 167 ◦ green 124 ◦ blue 24

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

Shades of Hacienda #A77C18

Tints of Hacienda #A77C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 53.02%
G = 39.37%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A77C18 (or 0xA77C18) is known color: Hacienda. HEX triplet: A7, 7C and 18. RGB value is (167,124,24). Sum of RGB (Red+Green+Blue) = 167+124+24=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C18 is #5883E7. Grayscale: #7D7D7D. Windows color (decimal): -5800936 or 1604775. OLE color: 1604775.

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

Color convert

RGB 167 124 24 -
CMYK 0 0.26 0.86 0.35
HSL 41.96º 0.75% 0.37% -
HSV(B) 41.96º 0.86% 0.65% -
XYZ 23.31 22.7 4.02 -
YUV 125.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 167 124 24 0 0.26 0.86 0.35 41.96 0.75 0.37
Hex A7 7C 18 0 1A 56 23 2A 4B 25
Octal 247 174 30 0 32 126 43 52 113 45
Binary 10100111 1111100 11000 0 11010 1010110 100011 101010 1001011 100101

Color Harmonies of #A77C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C18

Black with #A77C18

Text Example


Text Example

White with #A77C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C18; }

 p { color: rgb(167,124,24); }

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

background-color css

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

 a { background-color: rgb(167,124,24); }

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

border-color css

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

 span { border-color: rgb(167,124,24); }

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