Html Css Color HEX #A08315 Hacienda

📋 copy color: '#A08315'

red 160 ◦ green 131 ◦ blue 21

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

Shades of Hacienda #A08315

Tints of Hacienda #A08315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 51.28%
G = 41.99%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A08315 (or 0xA08315) is known color: Hacienda. HEX triplet: A0, 83 and 15. RGB value is (160,131,21). Sum of RGB (Red+Green+Blue) = 160+131+21=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A08315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08315 is #5F7CEA. Grayscale: #7F7F7F. Windows color (decimal): -6257899 or 1409952. OLE color: 1409952.

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

Color convert

RGB 160 131 21 -
CMYK 0 0.18 0.87 0.37
HSL 47.48º 0.77% 0.35% -
HSV(B) 47.48º 0.87% 0.63% -
XYZ 22.75 23.76 4.1 -
YUV 127.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 160 131 21 0 0.18 0.87 0.37 47.48 0.77 0.35
Hex A0 83 15 0 12 57 25 2F 4D 23
Octal 240 203 25 0 22 127 45 57 115 43
Binary 10100000 10000011 10101 0 10010 1010111 100101 101111 1001101 100011

Color Harmonies of #A08315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08315

Black with #A08315

Text Example


Text Example

White with #A08315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08315; }

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

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

background-color css

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

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

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

border-color css

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

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

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