Html Css Color HEX #A08314 Hacienda

📋 copy color: '#A08314'

red 160 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #A08314

Tints of Hacienda #A08314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 51.45%
G = 42.12%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08314 (or 0xA08314) is known color: Hacienda. HEX triplet: A0, 83 and 14. RGB value is (160,131,20). Sum of RGB (Red+Green+Blue) = 160+131+20=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08314 is #5F7CEB. Grayscale: #7F7F7F. Windows color (decimal): -6257900 or 1344416. OLE color: 1344416.

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

Color convert

RGB 160 131 20 -
CMYK 0 0.18 0.88 0.37
HSL 47.57º 0.78% 0.35% -
HSV(B) 47.57º 0.88% 0.63% -
XYZ 22.74 23.76 4.05 -
YUV 127.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 160 131 20 0 0.18 0.88 0.37 47.57 0.78 0.35
Hex A0 83 14 0 12 58 25 30 4E 23
Octal 240 203 24 0 22 130 45 60 116 43
Binary 10100000 10000011 10100 0 10010 1011000 100101 110000 1001110 100011

Color Harmonies of #A08314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08314

Black with #A08314

Text Example


Text Example

White with #A08314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08314; }

 p { color: rgb(160,131,20); }

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

background-color css

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

 a { background-color: rgb(160,131,20); }

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

border-color css

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

 span { border-color: rgb(160,131,20); }

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