#A27152

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

Shades of Sante Fe #A27152

Tints of Sante Fe #A27152

Color information

#A27152 (or 0xA27152) is unknown color: approx Sante Fe. HEX triplet: A2, 71 and 52. RGB value is (162,113,82). Sum of RGB (Red+Green+Blue) = 162+113+82=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A27152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27152 is #5D8EAD. Grayscale: #7C7C7C. Windows color (decimal): -6131374 or 5403042. OLE color: 5403042.

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

Color convert

RGB16211382-
CMYK00.300.490.36
HSL23.25º32.79%47.84%-
HSV(B)23.25º49.38%63.53%-
XYZ22.3320.110.69-
YUV124.12104.23155.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=45.38%
G=31.65%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621138200.300.490.3623.2532.7947.84
HexA2715201E3124172130
Octal2421611220366144274160
Binary101000101110001101001001111011000110010010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27152; }

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

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

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

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

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

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

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

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