Html Css Color HEX #A08A16 Hacienda

📋 copy color: '#A08A16'

red 160 ◦ green 138 ◦ blue 22

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

Shades of Hacienda #A08A16

Tints of Hacienda #A08A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 50%
G = 43.13%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A08A16 (or 0xA08A16) is known color: Hacienda. HEX triplet: A0, 8A and 16. RGB value is (160,138,22). Sum of RGB (Red+Green+Blue) = 160+138+22=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A16 is #5F75E9. Grayscale: #838383. Windows color (decimal): -6256106 or 1477280. OLE color: 1477280.

HSL color Cylindrical-coordinate representation of color #A08A16: hue angle of 50.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A08A16 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 22 -
CMYK 0 0.14 0.86 0.37
HSL 50.43º 0.76% 0.36% -
HSV(B) 50.43º 0.86% 0.63% -
XYZ 23.73 25.71 4.47 -
YUV 131.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 160 138 22 0 0.14 0.86 0.37 50.43 0.76 0.36
Hex A0 8A 16 0 E 56 25 32 4C 24
Octal 240 212 26 0 16 126 45 62 114 44
Binary 10100000 10001010 10110 0 1110 1010110 100101 110010 1001100 100100

Color Harmonies of #A08A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A16

Black with #A08A16

Text Example


Text Example

White with #A08A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A16; }

 p { color: rgb(160,138,22); }

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

background-color css

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

 a { background-color: rgb(160,138,22); }

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

border-color css

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

 span { border-color: rgb(160,138,22); }

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