#A8714A

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

Shades of Sante Fe #A8714A

Tints of Sante Fe #A8714A

Color information

#A8714A (or 0xA8714A) is unknown color: approx Sante Fe. HEX triplet: A8, 71 and 4A. RGB value is (168,113,74). Sum of RGB (Red+Green+Blue) = 168+113+74=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A8714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8714A is #578EB5. Grayscale: #7D7D7D. Windows color (decimal): -5738166 or 4878760. OLE color: 4878760.

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

Color convert

RGB16811374-
CMYK00.330.560.34
HSL24.89º38.84%47.45%-
HSV(B)24.89º55.95%65.88%-
XYZ23.2920.639.23-
YUV12599.22158.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=47.32%
G=31.83%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681137400.330.560.3424.8938.8447.45
HexA8714A021382219272f
Octal2501611120417042314757
Binary1010100011100011001010010000111100010001011001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8714A; }

 p { color: rgb(168,113,74); }

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

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

 a { background-color: rgb(168,113,74); }

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

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

 span { border-color: rgb(168,113,74); }

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