#A56F56

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

Shades of Sante Fe #A56F56

Tints of Sante Fe #A56F56

Color information

#A56F56 (or 0xA56F56) is unknown color: approx Sante Fe. HEX triplet: A5, 6F and 56. RGB value is (165,111,86). Sum of RGB (Red+Green+Blue) = 165+111+86=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F56 is #5A90A9. Grayscale: #7C7C7C. Windows color (decimal): -5935274 or 5664677. OLE color: 5664677.

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

Color convert

RGB16511186-
CMYK00.330.480.35
HSL18.99º31.47%49.22%-
HSV(B)18.99º47.88%64.71%-
XYZ22.8820.0411.47-
YUV124.3106.39157.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 86 (33.98% from 255) = 23.76%
R=45.58%
G=30.66%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651118600.330.480.3518.9931.4749.22
HexA56F560213023131f31
Octal2451571260416043233761
Binary101001011101111101011001000011100001000111001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F56; }

 p { color: rgb(165,111,86); }

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

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

 a { background-color: rgb(165,111,86); }

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

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

 span { border-color: rgb(165,111,86); }

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