#A28768

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

Shades of Sandal #A28768

Tints of Sandal #A28768

Color information

#A28768 (or 0xA28768) is unknown color: approx Sandal. HEX triplet: A2, 87 and 68. RGB value is (162,135,104). Sum of RGB (Red+Green+Blue) = 162+135+104=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A28768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28768 is #5D7897. Grayscale: #8B8B8B. Windows color (decimal): -6125720 or 6850466. OLE color: 6850466.

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

Color convert

RGB162135104-
CMYK00.170.360.36
HSL32.07º23.77%52.16%-
HSV(B)32.07º35.8%63.53%-
XYZ26.0626.0116.74-
YUV139.54107.95144.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=40.40%
G=33.67%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213510400.170.360.3632.0723.7752.16
HexA287680112424201834
Octal2422071500214444403064
Binary1010001010000111110100001000110010010010010000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28768; }

 p { color: rgb(162,135,104); }

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

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

 a { background-color: rgb(162,135,104); }

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

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

 span { border-color: rgb(162,135,104); }

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