Html Css Color HEX #A08917 Hacienda

📋 copy color: '#A08917'

red 160 ◦ green 137 ◦ blue 23

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

Shades of Hacienda #A08917

Tints of Hacienda #A08917

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 50%
G = 42.81%
B = 7.19%

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

#A08917 (or 0xA08917) is known color: Hacienda. HEX triplet: A0, 89 and 17. RGB value is (160,137,23). Sum of RGB (Red+Green+Blue) = 160+137+23=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A08917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08917 is #5F76E8. Grayscale: #838383. Windows color (decimal): -6256361 or 1542560. OLE color: 1542560.

HSL color Cylindrical-coordinate representation of color #A08917: hue angle of 49.93º degrees, saturation: 0.75, 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 #A08917 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 23 -
CMYK 0 0.14 0.86 0.37
HSL 49.93º 0.75% 0.36% -
HSV(B) 49.93º 0.86% 0.63% -
XYZ 23.6 25.43 4.47 -
YUV 130.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 160 137 23 0 0.14 0.86 0.37 49.93 0.75 0.36
Hex A0 89 17 0 E 56 25 32 4B 24
Octal 240 211 27 0 16 126 45 62 113 44
Binary 10100000 10001001 10111 0 1110 1010110 100101 110010 1001011 100100

Color Harmonies of #A08917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08917

Black with #A08917

Text Example


Text Example

White with #A08917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08917; }

 p { color: rgb(160,137,23); }

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

background-color css

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

 a { background-color: rgb(160,137,23); }

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

border-color css

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

 span { border-color: rgb(160,137,23); }

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