#A9714E

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

Shades of Sante Fe #A9714E

Tints of Sante Fe #A9714E

Color information

#A9714E (or 0xA9714E) is unknown color: approx Sante Fe. HEX triplet: A9, 71 and 4E. RGB value is (169,113,78). Sum of RGB (Red+Green+Blue) = 169+113+78=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9714E is #568EB1. Grayscale: #7D7D7D. Windows color (decimal): -5672626 or 5140905. OLE color: 5140905.

HSL color Cylindrical-coordinate representation of color #A9714E: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9714E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16911378-
CMYK00.330.540.34
HSL23.08º36.84%48.43%-
HSV(B)23.08º53.85%66.27%-
XYZ23.6420.89.98-
YUV125.75101.05158.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=46.94%
G=31.39%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691137800.330.540.3423.0836.8448.43
HexA9714E0213622172530
Octal2511611160416642274560
Binary1010100111100011001110010000111011010001010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9714E; }

 p { color: rgb(169,113,78); }

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

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

 a { background-color: rgb(169,113,78); }

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

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

 span { border-color: rgb(169,113,78); }

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