#A8734C

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

Shades of Sante Fe #A8734C

Tints of Sante Fe #A8734C

Color information

#A8734C (or 0xA8734C) is unknown color: approx Sante Fe. HEX triplet: A8, 73 and 4C. RGB value is (168,115,76). Sum of RGB (Red+Green+Blue) = 168+115+76=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8734C is #578CB3. Grayscale: #7E7E7E. Windows color (decimal): -5737652 or 5010344. OLE color: 5010344.

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

Color convert

RGB16811576-
CMYK00.320.550.34
HSL25.43º37.7%47.84%-
HSV(B)25.43º54.76%65.88%-
XYZ23.5821.119.67-
YUV126.499.56157.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=46.80%
G=32.03%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681157600.320.550.3425.4337.747.84
HexA8734C0203722192630
Octal2501631140406742314660
Binary1010100011100111001100010000011011110001011001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8734C; }

 p { color: rgb(168,115,76); }

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

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

 a { background-color: rgb(168,115,76); }

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

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

 span { border-color: rgb(168,115,76); }

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