#A8704A

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

Shades of Sante Fe #A8704A

Tints of Sante Fe #A8704A

Color information

#A8704A (or 0xA8704A) is unknown color: approx Sante Fe. HEX triplet: A8, 70 and 4A. RGB value is (168,112,74). Sum of RGB (Red+Green+Blue) = 168+112+74=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A8704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8704A is #578FB5. Grayscale: #7C7C7C. Windows color (decimal): -5738422 or 4878504. OLE color: 4878504.

HSL color Cylindrical-coordinate representation of color #A8704A: hue angle of 24.26º 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 #A8704A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16811274-
CMYK00.330.560.34
HSL24.26º38.84%47.45%-
HSV(B)24.26º55.95%65.88%-
XYZ23.1820.419.2-
YUV124.4199.55159.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=47.46%
G=31.64%
B=20.90%

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
Decimal1681127400.330.560.3424.2638.8447.45
HexA8704A021382218272f
Octal2501601120417042304757
Binary1010100011100001001010010000111100010001011000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8704A; }

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

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

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

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

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

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

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

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