#A37152

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

Shades of Sante Fe #A37152

Tints of Sante Fe #A37152

Color information

#A37152 (or 0xA37152) is unknown color: approx Sante Fe. HEX triplet: A3, 71 and 52. RGB value is (163,113,82). Sum of RGB (Red+Green+Blue) = 163+113+82=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A37152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37152 is #5C8EAD. Grayscale: #7C7C7C. Windows color (decimal): -6065838 or 5403043. OLE color: 5403043.

HSL color Cylindrical-coordinate representation of color #A37152: hue angle of 22.96º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37152 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16311382-
CMYK00.310.500.36
HSL22.96º33.06%48.04%-
HSV(B)22.96º49.69%63.92%-
XYZ22.5320.2110.7-
YUV124.42104.06155.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=45.53%
G=31.56%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631138200.310.500.3622.9633.0648.04
HexA3715201F3224172130
Octal2431611220376244274160
Binary101000111110001101001001111111001010010010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37152; }

 p { color: rgb(163,113,82); }

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

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

 a { background-color: rgb(163,113,82); }

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

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

 span { border-color: rgb(163,113,82); }

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