Html Css Color HEX #A77D12 Hacienda

📋 copy color: '#A77D12'

red 167 ◦ green 125 ◦ blue 18

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

Shades of Hacienda #A77D12

Tints of Hacienda #A77D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 53.87%
G = 40.32%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A77D12 (or 0xA77D12) is known color: Hacienda. HEX triplet: A7, 7D and 12. RGB value is (167,125,18). Sum of RGB (Red+Green+Blue) = 167+125+18=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D12 is #5882ED. Grayscale: #7D7D7D. Windows color (decimal): -5800686 or 1211815. OLE color: 1211815.

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

Color convert

RGB 167 125 18 -
CMYK 0 0.25 0.89 0.35
HSL 43.09º 0.81% 0.36% -
HSV(B) 43.09º 0.89% 0.65% -
XYZ 23.38 22.93 3.77 -
YUV 125.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 167 125 18 0 0.25 0.89 0.35 43.09 0.81 0.36
Hex A7 7D 12 0 19 59 23 2B 51 24
Octal 247 175 22 0 31 131 43 53 121 44
Binary 10100111 1111101 10010 0 11001 1011001 100011 101011 1010001 100100

Color Harmonies of #A77D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D12

Black with #A77D12

Text Example


Text Example

White with #A77D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D12; }

 p { color: rgb(167,125,18); }

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

background-color css

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

 a { background-color: rgb(167,125,18); }

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

border-color css

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

 span { border-color: rgb(167,125,18); }

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