#A97D1E

Color #A97D1E Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A97D1E

Tints of Hacienda #A97D1E

Color information

#A97D1E (or 0xA97D1E) is unknown color: approx Hacienda. HEX triplet: A9, 7D and 1E. RGB value is (169,125,30). Sum of RGB (Red+Green+Blue) = 169+125+30=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D1E is #5682E1. Grayscale: #7F7F7F. Windows color (decimal): -5669602 or 1998249. OLE color: 1998249.

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

Color convert

RGB16912530-
CMYK00.260.820.34
HSL41.01º69.85%39.02%-
HSV(B)41.01º82.25%66.27%-
XYZ23.9323.24.44-
YUV127.3373.08157.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=52.16%
G=38.58%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691253000.260.820.3441.0169.8539.02
HexA97D1E01A5222294627
Octal25117536032122425110647
Binary1010100111111011111001101010100101000101010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D1E; }

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

 H1.HeaderClassName
 {
   color: #A97D1E;
 }
 .AnyTagClassName
 {
   color: #A97D1E;
 }
</style>
background-color css

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

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

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

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

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

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