#A2614C

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

Shades of Sante Fe #A2614C

Tints of Sante Fe #A2614C

Color information

#A2614C (or 0xA2614C) is unknown color: approx Sante Fe. HEX triplet: A2, 61 and 4C. RGB value is (162,97,76). Sum of RGB (Red+Green+Blue) = 162+97+76=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2614C is #5D9EB3. Grayscale: #727272. Windows color (decimal): -6135476 or 5005730. OLE color: 5005730.

HSL color Cylindrical-coordinate representation of color #A2614C: hue angle of 14.65º 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 #A2614C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1629776-
CMYK00.400.530.36
HSL14.65º36.13%46.67%-
HSV(B)14.65º53.09%63.53%-
XYZ20.4816.758.99-
YUV114.04106.53162.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=48.36%
G=28.96%
B=22.69%

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
Decimal162977600.400.530.3614.6536.1346.67
HexA2614C0283524f242f
Octal2421411140506544174457
Binary101000101100001100110001010001101011001001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2614C; }

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

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

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

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

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

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

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

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