Html Css Color HEX #A97C17 Hacienda

📋 copy color: '#A97C17'

red 169 ◦ green 124 ◦ blue 23

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

Shades of Hacienda #A97C17

Tints of Hacienda #A97C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

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

R = 53.48%
G = 39.24%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A97C17 (or 0xA97C17) is known color: Hacienda. HEX triplet: A9, 7C and 17. RGB value is (169,124,23). Sum of RGB (Red+Green+Blue) = 169+124+23=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C17 is #5683E8. Grayscale: #7E7E7E. Windows color (decimal): -5669865 or 1539241. OLE color: 1539241.

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

Color convert

RGB 169 124 23 -
CMYK 0 0.27 0.86 0.34
HSL 41.51º 0.76% 0.38% -
HSV(B) 41.51º 0.86% 0.66% -
XYZ 23.72 22.91 3.98 -
YUV 125.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 169 124 23 0 0.27 0.86 0.34 41.51 0.76 0.38
Hex A9 7C 17 0 1B 56 22 2A 4C 26
Octal 251 174 27 0 33 126 42 52 114 46
Binary 10101001 1111100 10111 0 11011 1010110 100010 101010 1001100 100110

Color Harmonies of #A97C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C17

Black with #A97C17

Text Example


Text Example

White with #A97C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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