#A56B4B

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

Shades of Sante Fe #A56B4B

Tints of Sante Fe #A56B4B

Color information

#A56B4B (or 0xA56B4B) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 4B. RGB value is (165,107,75). Sum of RGB (Red+Green+Blue) = 165+107+75=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B4B is #5A94B4. Grayscale: #787878. Windows color (decimal): -5936309 or 4942757. OLE color: 4942757.

HSL color Cylindrical-coordinate representation of color #A56B4B: hue angle of 21.33º 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 #A56B4B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16510775-
CMYK00.350.550.35
HSL21.33º37.5%47.06%-
HSV(B)21.33º54.55%64.71%-
XYZ22.0419.029.17-
YUV120.69102.22159.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=47.55%
G=30.84%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651077500.350.550.3521.3337.547.06
HexA56B4B023372315262f
Octal2451531130436743254657
Binary1010010111010111001011010001111011110001110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B4B; }

 p { color: rgb(165,107,75); }

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

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

 a { background-color: rgb(165,107,75); }

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

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

 span { border-color: rgb(165,107,75); }

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