Html Css Color HEX #A08330 Hacienda

📋 copy color: '#A08330'

red 160 ◦ green 131 ◦ blue 48

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

Shades of Hacienda #A08330

Tints of Hacienda #A08330

RGB

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

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

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

R = 47.2%
G = 38.64%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A08330 (or 0xA08330) is known color: Hacienda. HEX triplet: A0, 83 and 30. RGB value is (160,131,48). Sum of RGB (Red+Green+Blue) = 160+131+48=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A08330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08330 is #5F7CCF. Grayscale: #828282. Windows color (decimal): -6257872 or 3179424. OLE color: 3179424.

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

Color convert

RGB 160 131 48 -
CMYK 0 0.18 0.70 0.37
HSL 44.46º 0.54% 0.41% -
HSV(B) 44.46º 0.7% 0.63% -
XYZ 23.15 23.92 6.19 -
YUV 130.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 160 131 48 0 0.18 0.70 0.37 44.46 0.54 0.41
Hex A0 83 30 0 12 46 25 2C 36 29
Octal 240 203 60 0 22 106 45 54 66 51
Binary 10100000 10000011 110000 0 10010 1000110 100101 101100 110110 101001

Color Harmonies of #A08330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08330

Black with #A08330

Text Example


Text Example

White with #A08330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08330; }

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

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

background-color css

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

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

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

border-color css

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

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

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