Html Css Color HEX #A97A17 Hacienda

📋 copy color: '#A97A17'

red 169 ◦ green 122 ◦ blue 23

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

Shades of Hacienda #A97A17

Tints of Hacienda #A97A17

RGB

 RED value IS 169 (66.41% from 255) = 53.82%

 GREEN value IS 122 (48.05% from 255) = 38.85%

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

R = 53.82%
G = 38.85%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A97A17 (or 0xA97A17) is known color: Hacienda. HEX triplet: A9, 7A and 17. RGB value is (169,122,23). Sum of RGB (Red+Green+Blue) = 169+122+23=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A17 is #5685E8. Grayscale: #7D7D7D. Windows color (decimal): -5670377 or 1538729. OLE color: 1538729.

HSL color Cylindrical-coordinate representation of color #A97A17: hue angle of 40.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A97A17 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 23 -
CMYK 0 0.28 0.86 0.34
HSL 40.68º 0.76% 0.38% -
HSV(B) 40.68º 0.86% 0.66% -
XYZ 23.48 22.42 3.9 -
YUV 124.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 169 122 23 0 0.28 0.86 0.34 40.68 0.76 0.38
Hex A9 7A 17 0 1C 56 22 29 4C 26
Octal 251 172 27 0 34 126 42 51 114 46
Binary 10101001 1111010 10111 0 11100 1010110 100010 101001 1001100 100110

Color Harmonies of #A97A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A17

Black with #A97A17

Text Example


Text Example

White with #A97A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A17; }

 p { color: rgb(169,122,23); }

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

background-color css

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

 a { background-color: rgb(169,122,23); }

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

border-color css

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

 span { border-color: rgb(169,122,23); }

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