Html Css Color HEX #A08017 Hacienda

📋 copy color: '#A08017'

red 160 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #A08017

Tints of Hacienda #A08017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 51.45%
G = 41.16%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A08017 (or 0xA08017) is known color: Hacienda. HEX triplet: A0, 80 and 17. RGB value is (160,128,23). Sum of RGB (Red+Green+Blue) = 160+128+23=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08017 is #5F7FE8. Grayscale: #7E7E7E. Windows color (decimal): -6258665 or 1540256. OLE color: 1540256.

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

Color convert

RGB 160 128 23 -
CMYK 0 0.20 0.86 0.37
HSL 45.99º 0.75% 0.36% -
HSV(B) 45.99º 0.86% 0.63% -
XYZ 22.37 22.97 4.07 -
YUV 125.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 160 128 23 0 0.20 0.86 0.37 45.99 0.75 0.36
Hex A0 80 17 0 14 56 25 2E 4B 24
Octal 240 200 27 0 24 126 45 56 113 44
Binary 10100000 10000000 10111 0 10100 1010110 100101 101110 1001011 100100

Color Harmonies of #A08017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08017

Black with #A08017

Text Example


Text Example

White with #A08017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08017; }

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

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

background-color css

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

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

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

border-color css

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

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

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