Html Css Color HEX #A08130 Hacienda

📋 copy color: '#A08130'

red 160 ◦ green 129 ◦ blue 48

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

Shades of Hacienda #A08130

Tints of Hacienda #A08130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 47.48%
G = 38.28%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A08130 (or 0xA08130) is known color: Hacienda. HEX triplet: A0, 81 and 30. RGB value is (160,129,48). Sum of RGB (Red+Green+Blue) = 160+129+48=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A08130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08130 is #5F7ECF. Grayscale: #818181. Windows color (decimal): -6258384 or 3178912. OLE color: 3178912.

HSL color Cylindrical-coordinate representation of color #A08130: hue angle of 43.39º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A08130 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 48 -
CMYK 0 0.19 0.70 0.37
HSL 43.39º 0.54% 0.41% -
HSV(B) 43.39º 0.7% 0.63% -
XYZ 22.88 23.39 6.1 -
YUV 129.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 160 129 48 0 0.19 0.70 0.37 43.39 0.54 0.41
Hex A0 81 30 0 13 46 25 2B 36 29
Octal 240 201 60 0 23 106 45 53 66 51
Binary 10100000 10000001 110000 0 10011 1000110 100101 101011 110110 101001

Color Harmonies of #A08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08130

Black with #A08130

Text Example


Text Example

White with #A08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08130; }

 p { color: rgb(160,129,48); }

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

background-color css

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

 a { background-color: rgb(160,129,48); }

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

border-color css

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

 span { border-color: rgb(160,129,48); }

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