Html Css Color HEX #A08311 Hacienda

📋 copy color: '#A08311'

red 160 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #A08311

Tints of Hacienda #A08311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 51.95%
G = 42.53%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08311 (or 0xA08311) is known color: Hacienda. HEX triplet: A0, 83 and 11. RGB value is (160,131,17). Sum of RGB (Red+Green+Blue) = 160+131+17=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08311 is #5F7CEE. Grayscale: #7F7F7F. Windows color (decimal): -6257903 or 1147808. OLE color: 1147808.

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

Color convert

RGB 160 131 17 -
CMYK 0 0.18 0.89 0.37
HSL 47.83º 0.81% 0.35% -
HSV(B) 47.83º 0.89% 0.63% -
XYZ 22.71 23.75 3.92 -
YUV 126.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 160 131 17 0 0.18 0.89 0.37 47.83 0.81 0.35
Hex A0 83 11 0 12 59 25 30 51 23
Octal 240 203 21 0 22 131 45 60 121 43
Binary 10100000 10000011 10001 0 10010 1011001 100101 110000 1010001 100011

Color Harmonies of #A08311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08311

Black with #A08311

Text Example


Text Example

White with #A08311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08311; }

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

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

background-color css

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

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

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

border-color css

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

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

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