Html Css Color HEX #A77C15 Hacienda

📋 copy color: '#A77C15'

red 167 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #A77C15

Tints of Hacienda #A77C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 53.53%
G = 39.74%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A77C15 (or 0xA77C15) is known color: Hacienda. HEX triplet: A7, 7C and 15. RGB value is (167,124,21). Sum of RGB (Red+Green+Blue) = 167+124+21=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C15 is #5883EA. Grayscale: #7D7D7D. Windows color (decimal): -5800939 or 1408167. OLE color: 1408167.

HSL color Cylindrical-coordinate representation of color #A77C15: hue angle of 42.33º degrees, saturation: 0.78, 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 #A77C15 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 21 -
CMYK 0 0.26 0.87 0.35
HSL 42.33º 0.78% 0.37% -
HSV(B) 42.33º 0.87% 0.65% -
XYZ 23.28 22.68 3.86 -
YUV 125.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 167 124 21 0 0.26 0.87 0.35 42.33 0.78 0.37
Hex A7 7C 15 0 1A 57 23 2A 4E 25
Octal 247 174 25 0 32 127 43 52 116 45
Binary 10100111 1111100 10101 0 11010 1010111 100011 101010 1001110 100101

Color Harmonies of #A77C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C15

Black with #A77C15

Text Example


Text Example

White with #A77C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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