#A4624E

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

Shades of Sante Fe #A4624E

Tints of Sante Fe #A4624E

Color information

#A4624E (or 0xA4624E) is unknown color: approx Sante Fe. HEX triplet: A4, 62 and 4E. RGB value is (164,98,78). Sum of RGB (Red+Green+Blue) = 164+98+78=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4624E is #5B9DB1. Grayscale: #737373. Windows color (decimal): -6004146 or 5137060. OLE color: 5137060.

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

Color convert

RGB1649878-
CMYK00.400.520.36
HSL13.95º35.54%47.45%-
HSV(B)13.95º52.44%64.31%-
XYZ21.0517.189.41-
YUV115.45106.87162.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=48.24%
G=28.82%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164987800.400.520.3613.9535.5447.45
HexA4624E0283424e242f
Octal2441421160506444164457
Binary101001001100010100111001010001101001001001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4624E; }

 p { color: rgb(164,98,78); }

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

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

 a { background-color: rgb(164,98,78); }

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

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

 span { border-color: rgb(164,98,78); }

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