#A5654E

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

Shades of Sante Fe #A5654E

Tints of Sante Fe #A5654E

Color information

#A5654E (or 0xA5654E) is unknown color: approx Sante Fe. HEX triplet: A5, 65 and 4E. RGB value is (165,101,78). Sum of RGB (Red+Green+Blue) = 165+101+78=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5654E is #5A9AB1. Grayscale: #757575. Windows color (decimal): -5937842 or 5137829. OLE color: 5137829.

HSL color Cylindrical-coordinate representation of color #A5654E: hue angle of 15.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5654E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16510178-
CMYK00.390.530.35
HSL15.86º35.8%47.65%-
HSV(B)15.86º52.73%64.71%-
XYZ21.5517.869.52-
YUV117.51105.7161.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=47.97%
G=29.36%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651017800.390.530.3515.8635.847.65
HexA5654E0273523102430
Octal2451451160476543204460
Binary1010010111001011001110010011111010110001110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5654E; }

 p { color: rgb(165,101,78); }

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

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

 a { background-color: rgb(165,101,78); }

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

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

 span { border-color: rgb(165,101,78); }

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