Html Css Color HEX #A77A1E Hacienda

📋 copy color: '#A77A1E'

red 167 ◦ green 122 ◦ blue 30

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

Shades of Hacienda #A77A1E

Tints of Hacienda #A77A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 52.35%
G = 38.24%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A77A1E (or 0xA77A1E) is known color: Hacienda. HEX triplet: A7, 7A and 1E. RGB value is (167,122,30). Sum of RGB (Red+Green+Blue) = 167+122+30=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A1E is #5885E1. Grayscale: #7D7D7D. Windows color (decimal): -5801442 or 1997479. OLE color: 1997479.

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

Color convert

RGB 167 122 30 -
CMYK 0 0.27 0.82 0.35
HSL 40.29º 0.7% 0.39% -
HSV(B) 40.29º 0.82% 0.65% -
XYZ 23.13 22.23 4.3 -
YUV 124.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 167 122 30 0 0.27 0.82 0.35 40.29 0.7 0.39
Hex A7 7A 1E 0 1B 52 23 28 46 27
Octal 247 172 36 0 33 122 43 50 106 47
Binary 10100111 1111010 11110 0 11011 1010010 100011 101000 1000110 100111

Color Harmonies of #A77A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A1E

Black with #A77A1E

Text Example


Text Example

White with #A77A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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