Html Css Color HEX #A77E14 Hacienda

📋 copy color: '#A77E14'

red 167 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #A77E14

Tints of Hacienda #A77E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 53.35%
G = 40.26%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A77E14 (or 0xA77E14) is known color: Hacienda. HEX triplet: A7, 7E and 14. RGB value is (167,126,20). Sum of RGB (Red+Green+Blue) = 167+126+20=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77E14 is #5881EB. Grayscale: #7E7E7E. Windows color (decimal): -5800428 or 1343143. OLE color: 1343143.

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

Color convert

RGB 167 126 20 -
CMYK 0 0.25 0.88 0.35
HSL 43.27º 0.79% 0.37% -
HSV(B) 43.27º 0.88% 0.65% -
XYZ 23.52 23.19 3.9 -
YUV 126.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 167 126 20 0 0.25 0.88 0.35 43.27 0.79 0.37
Hex A7 7E 14 0 19 58 23 2B 4F 25
Octal 247 176 24 0 31 130 43 53 117 45
Binary 10100111 1111110 10100 0 11001 1011000 100011 101011 1001111 100101

Color Harmonies of #A77E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E14

Black with #A77E14

Text Example


Text Example

White with #A77E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E14; }

 p { color: rgb(167,126,20); }

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

background-color css

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

 a { background-color: rgb(167,126,20); }

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

border-color css

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

 span { border-color: rgb(167,126,20); }

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