Html Css Color HEX #A07917 Hacienda

📋 copy color: '#A07917'

red 160 ◦ green 121 ◦ blue 23

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

Shades of Hacienda #A07917

Tints of Hacienda #A07917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

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

R = 52.63%
G = 39.8%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A07917 (or 0xA07917) is known color: Hacienda. HEX triplet: A0, 79 and 17. RGB value is (160,121,23). Sum of RGB (Red+Green+Blue) = 160+121+23=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A07917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07917 is #5F86E8. Grayscale: #797979. Windows color (decimal): -6260457 or 1538464. OLE color: 1538464.

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

Color convert

RGB 160 121 23 -
CMYK 0 0.24 0.86 0.37
HSL 42.92º 0.75% 0.36% -
HSV(B) 42.92º 0.86% 0.63% -
XYZ 21.49 21.21 3.77 -
YUV 121.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 160 121 23 0 0.24 0.86 0.37 42.92 0.75 0.36
Hex A0 79 17 0 18 56 25 2B 4B 24
Octal 240 171 27 0 30 126 45 53 113 44
Binary 10100000 1111001 10111 0 11000 1010110 100101 101011 1001011 100100

Color Harmonies of #A07917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07917

Black with #A07917

Text Example


Text Example

White with #A07917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07917; }

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

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

background-color css

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

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

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

border-color css

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

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

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