Html Css Color HEX #A08B1E Hacienda

📋 copy color: '#A08B1E'

red 160 ◦ green 139 ◦ blue 30

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

Shades of Hacienda #A08B1E

Tints of Hacienda #A08B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 48.63%
G = 42.25%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A08B1E (or 0xA08B1E) is known color: Hacienda. HEX triplet: A0, 8B and 1E. RGB value is (160,139,30). Sum of RGB (Red+Green+Blue) = 160+139+30=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B1E is #5F74E1. Grayscale: #858585. Windows color (decimal): -6255842 or 2001824. OLE color: 2001824.

HSL color Cylindrical-coordinate representation of color #A08B1E: hue angle of 50.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A08B1E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 30 -
CMYK 0 0.13 0.81 0.37
HSL 50.31º 0.68% 0.37% -
HSV(B) 50.31º 0.81% 0.63% -
XYZ 23.96 26.03 4.99 -
YUV 132.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 160 139 30 0 0.13 0.81 0.37 50.31 0.68 0.37
Hex A0 8B 1E 0 D 51 25 32 44 25
Octal 240 213 36 0 15 121 45 62 104 45
Binary 10100000 10001011 11110 0 1101 1010001 100101 110010 1000100 100101

Color Harmonies of #A08B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B1E

Black with #A08B1E

Text Example


Text Example

White with #A08B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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