#A28965

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

Shades of Sandal #A28965

Tints of Sandal #A28965

Color information

#A28965 (or 0xA28965) is unknown color: approx Sandal. HEX triplet: A2, 89 and 65. RGB value is (162,137,101). Sum of RGB (Red+Green+Blue) = 162+137+101=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A28965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28965 is #5D769A. Grayscale: #8C8C8C. Windows color (decimal): -6125211 or 6654370. OLE color: 6654370.

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

Color convert

RGB162137101-
CMYK00.150.380.36
HSL35.41º24.7%51.57%-
HSV(B)35.41º37.65%63.53%-
XYZ26.1926.5116.05-
YUV140.37105.78143.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=40.5%
G=34.25%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213710100.150.380.3635.4124.751.57
HexA289650F2624231934
Octal2422111450174644433164
Binary101000101000100111001010111110011010010010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28965; }

 p { color: rgb(162,137,101); }

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

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

 a { background-color: rgb(162,137,101); }

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

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

 span { border-color: rgb(162,137,101); }

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