#a97e1f

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

Shades of Hacienda #A97E1F

Tints of Hacienda #A97E1F

Color information

#A97E1F (or 0xA97E1F) is unknown color: approx Hacienda. HEX triplet: A9, 7E and 1F. RGB value is (169,126,31). Sum of RGB (Red+Green+Blue) = 169+126+31=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97E1F is #5681E0. Grayscale: #808080. Windows color (decimal): -5669345 or 2064041. OLE color: 2064041.

HSL color Cylindrical-coordinate representation of color #A97E1F: hue angle of 41.3º degrees, saturation: 0.69, 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 #A97E1F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16912631-
CMYK00.250.820.34
HSL41.3º69%39.22%-
HSV(B)41.3º81.66%66.27%-
XYZ24.0723.464.56-
YUV128.0373.25157.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.84%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=51.84%
G=38.65%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691263100.250.820.3441.36939.22
HexA97E1F0195222294527
Octal25117637031122425110547
Binary1010100111111101111101100110100101000101010011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a97e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a97e1f; }

 p { color: rgb(169,126,31); }

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

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

 a { background-color: rgb(169,126,31); }

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

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

 span { border-color: rgb(169,126,31); }

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