#A5624A

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

Shades of Sante Fe #A5624A

Tints of Sante Fe #A5624A

Color information

#A5624A (or 0xA5624A) is unknown color: approx Sante Fe. HEX triplet: A5, 62 and 4A. RGB value is (165,98,74). Sum of RGB (Red+Green+Blue) = 165+98+74=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5624A is #5A9DB5. Grayscale: #737373. Windows color (decimal): -5938614 or 4874917. OLE color: 4874917.

HSL color Cylindrical-coordinate representation of color #A5624A: hue angle of 15.82º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5624A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1659874-
CMYK00.410.550.35
HSL15.82º38.08%46.86%-
HSV(B)15.82º55.15%64.71%-
XYZ21.1217.238.69-
YUV115.3104.7163.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=48.96%
G=29.08%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165987400.410.550.3515.8238.0846.86
HexA5624A029372310262f
Octal2451421120516743204657
Binary1010010111000101001010010100111011110001110000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5624A; }

 p { color: rgb(165,98,74); }

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

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

 a { background-color: rgb(165,98,74); }

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

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

 span { border-color: rgb(165,98,74); }

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