Html Css Color HEX #A07712 Hacienda

📋 copy color: '#A07712'

red 160 ◦ green 119 ◦ blue 18

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

Shades of Hacienda #A07712

Tints of Hacienda #A07712

RGB

 RED value IS 160 (62.89% from 255) = 53.87%

 GREEN value IS 119 (46.88% from 255) = 40.07%

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

R = 53.87%
G = 40.07%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07712 (or 0xA07712) is known color: Hacienda. HEX triplet: A0, 77 and 12. RGB value is (160,119,18). Sum of RGB (Red+Green+Blue) = 160+119+18=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07712 is #5F88ED. Grayscale: #787878. Windows color (decimal): -6260974 or 1210272. OLE color: 1210272.

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

Color convert

RGB 160 119 18 -
CMYK 0 0.26 0.89 0.37
HSL 42.68º 0.8% 0.35% -
HSV(B) 42.68º 0.89% 0.63% -
XYZ 21.2 20.71 3.45 -
YUV 119.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 160 119 18 0 0.26 0.89 0.37 42.68 0.8 0.35
Hex A0 77 12 0 1A 59 25 2B 50 23
Octal 240 167 22 0 32 131 45 53 120 43
Binary 10100000 1110111 10010 0 11010 1011001 100101 101011 1010000 100011

Color Harmonies of #A07712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07712

Black with #A07712

Text Example


Text Example

White with #A07712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07712; }

 p { color: rgb(160,119,18); }

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

background-color css

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

 a { background-color: rgb(160,119,18); }

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

border-color css

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

 span { border-color: rgb(160,119,18); }

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