#A2624C

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

Shades of Sante Fe #A2624C

Tints of Sante Fe #A2624C

Color information

#A2624C (or 0xA2624C) is unknown color: approx Sante Fe. HEX triplet: A2, 62 and 4C. RGB value is (162,98,76). Sum of RGB (Red+Green+Blue) = 162+98+76=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2624C is #5D9DB3. Grayscale: #727272. Windows color (decimal): -6135220 or 5005986. OLE color: 5005986.

HSL color Cylindrical-coordinate representation of color #A2624C: hue angle of 15.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2624C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1629876-
CMYK00.400.530.36
HSL15.35º36.13%46.67%-
HSV(B)15.35º53.09%63.53%-
XYZ20.5716.949.02-
YUV114.63106.2161.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=48.21%
G=29.17%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162987600.400.530.3615.3536.1346.67
HexA2624C0283524f242f
Octal2421421140506544174457
Binary101000101100010100110001010001101011001001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2624C; }

 p { color: rgb(162,98,76); }

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

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

 a { background-color: rgb(162,98,76); }

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

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

 span { border-color: rgb(162,98,76); }

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