Html Css Color HEX #A08309 Hacienda

📋 copy color: '#A08309'

red 160 ◦ green 131 ◦ blue 9

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

Shades of Hacienda #A08309

Tints of Hacienda #A08309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3%

R = 53.33%
G = 43.67%
B = 3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A08309 (or 0xA08309) is known color: Hacienda. HEX triplet: A0, 83 and 09. RGB value is (160,131,9). Sum of RGB (Red+Green+Blue) = 160+131+9=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A08309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08309 is #5F7CF6. Grayscale: #7E7E7E. Windows color (decimal): -6257911 or 623520. OLE color: 623520.

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

Color convert

RGB 160 131 9 -
CMYK 0 0.18 0.94 0.37
HSL 48.48º 0.89% 0.33% -
HSV(B) 48.48º 0.94% 0.63% -
XYZ 22.66 23.73 3.64 -
YUV 125.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 160 131 9 0 0.18 0.94 0.37 48.48 0.89 0.33
Hex A0 83 9 0 12 5E 25 30 59 21
Octal 240 203 11 0 22 136 45 60 131 41
Binary 10100000 10000011 1001 0 10010 1011110 100101 110000 1011001 100001

Color Harmonies of #A08309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08309

Black with #A08309

Text Example


Text Example

White with #A08309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08309; }

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

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

background-color css

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

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

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

border-color css

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

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

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