#A4614C

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

Shades of Sante Fe #A4614C

Tints of Sante Fe #A4614C

Color information

#A4614C (or 0xA4614C) is unknown color: approx Sante Fe. HEX triplet: A4, 61 and 4C. RGB value is (164,97,76). Sum of RGB (Red+Green+Blue) = 164+97+76=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4614C is #5B9EB3. Grayscale: #727272. Windows color (decimal): -6004404 or 5005732. OLE color: 5005732.

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

Color convert

RGB1649776-
CMYK00.410.540.36
HSL14.32º36.67%47.06%-
HSV(B)14.32º53.66%64.31%-
XYZ20.8916.969.01-
YUV114.64106.2163.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=48.66%
G=28.78%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164977600.410.540.3614.3236.6747.06
HexA4614C0293624e252f
Octal2441411140516644164557
Binary101001001100001100110001010011101101001001110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4614C; }

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

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

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

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

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

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

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

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