Html Css Color HEX #A08C17 Hacienda

📋 copy color: '#A08C17'

red 160 ◦ green 140 ◦ blue 23

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

Shades of Hacienda #A08C17

Tints of Hacienda #A08C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 49.54%
G = 43.34%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A08C17 (or 0xA08C17) is known color: Hacienda. HEX triplet: A0, 8C and 17. RGB value is (160,140,23). Sum of RGB (Red+Green+Blue) = 160+140+23=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C17 is #5F73E8. Grayscale: #858585. Windows color (decimal): -6255593 or 1543328. OLE color: 1543328.

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

Color convert

RGB 160 140 23 -
CMYK 0 0.12 0.86 0.37
HSL 51.24º 0.75% 0.36% -
HSV(B) 51.24º 0.86% 0.63% -
XYZ 24.03 26.29 4.62 -
YUV 132.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 160 140 23 0 0.12 0.86 0.37 51.24 0.75 0.36
Hex A0 8C 17 0 C 56 25 33 4B 24
Octal 240 214 27 0 14 126 45 63 113 44
Binary 10100000 10001100 10111 0 1100 1010110 100101 110011 1001011 100100

Color Harmonies of #A08C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C17

Black with #A08C17

Text Example


Text Example

White with #A08C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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