Html Css Color HEX #A08B13 Hacienda

📋 copy color: '#A08B13'

red 160 ◦ green 139 ◦ blue 19

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

Shades of Hacienda #A08B13

Tints of Hacienda #A08B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 50.31%
G = 43.71%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08B13 (or 0xA08B13) is known color: Hacienda. HEX triplet: A0, 8B and 13. RGB value is (160,139,19). Sum of RGB (Red+Green+Blue) = 160+139+19=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B13 is #5F74EC. Grayscale: #848484. Windows color (decimal): -6255853 or 1280928. OLE color: 1280928.

HSL color Cylindrical-coordinate representation of color #A08B13: hue angle of 51.06º degrees, saturation: 0.79, 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 #A08B13 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 19 -
CMYK 0 0.13 0.88 0.37
HSL 51.06º 0.79% 0.35% -
HSV(B) 51.06º 0.88% 0.63% -
XYZ 23.85 25.99 4.37 -
YUV 131.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 160 139 19 0 0.13 0.88 0.37 51.06 0.79 0.35
Hex A0 8B 13 0 D 58 25 33 4F 23
Octal 240 213 23 0 15 130 45 63 117 43
Binary 10100000 10001011 10011 0 1101 1011000 100101 110011 1001111 100011

Color Harmonies of #A08B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B13

Black with #A08B13

Text Example


Text Example

White with #A08B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B13; }

 p { color: rgb(160,139,19); }

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

background-color css

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

 a { background-color: rgb(160,139,19); }

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

border-color css

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

 span { border-color: rgb(160,139,19); }

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