Html Css Color HEX #A97D1C Hacienda

📋 copy color: '#A97D1C'

red 169 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #A97D1C

Tints of Hacienda #A97D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 52.48%
G = 38.82%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A97D1C (or 0xA97D1C) is known color: Hacienda. HEX triplet: A9, 7D and 1C. RGB value is (169,125,28). Sum of RGB (Red+Green+Blue) = 169+125+28=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D1C is #5682E3. Grayscale: #7F7F7F. Windows color (decimal): -5669604 or 1867177. OLE color: 1867177.

HSL color Cylindrical-coordinate representation of color #A97D1C: hue angle of 41.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A97D1C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 28 -
CMYK 0 0.26 0.83 0.34
HSL 41.28º 0.72% 0.39% -
HSV(B) 41.28º 0.83% 0.66% -
XYZ 23.91 23.19 4.31 -
YUV 127.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 169 125 28 0 0.26 0.83 0.34 41.28 0.72 0.39
Hex A9 7D 1C 0 1A 53 22 29 48 27
Octal 251 175 34 0 32 123 42 51 110 47
Binary 10101001 1111101 11100 0 11010 1010011 100010 101001 1001000 100111

Color Harmonies of #A97D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D1C

Black with #A97D1C

Text Example


Text Example

White with #A97D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D1C; }

 p { color: rgb(169,125,28); }

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

background-color css

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

 a { background-color: rgb(169,125,28); }

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

border-color css

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

 span { border-color: rgb(169,125,28); }

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