Html Css Color HEX #A07812 Hacienda

📋 copy color: '#A07812'

red 160 ◦ green 120 ◦ blue 18

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

Shades of Hacienda #A07812

Tints of Hacienda #A07812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

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

R = 53.69%
G = 40.27%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07812 (or 0xA07812) is known color: Hacienda. HEX triplet: A0, 78 and 12. RGB value is (160,120,18). Sum of RGB (Red+Green+Blue) = 160+120+18=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07812 is #5F87ED. Grayscale: #787878. Windows color (decimal): -6260718 or 1210528. OLE color: 1210528.

HSL color Cylindrical-coordinate representation of color #A07812: hue angle of 43.1º 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 #A07812 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 18 -
CMYK 0 0.25 0.89 0.37
HSL 43.1º 0.8% 0.35% -
HSV(B) 43.1º 0.89% 0.63% -
XYZ 21.32 20.95 3.49 -
YUV 120.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 160 120 18 0 0.25 0.89 0.37 43.1 0.8 0.35
Hex A0 78 12 0 19 59 25 2B 50 23
Octal 240 170 22 0 31 131 45 53 120 43
Binary 10100000 1111000 10010 0 11001 1011001 100101 101011 1010000 100011

Color Harmonies of #A07812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07812

Black with #A07812

Text Example


Text Example

White with #A07812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07812; }

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

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

background-color css

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

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

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

border-color css

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

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

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