#A28A68

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

Shades of Sandal #A28A68

Tints of Sandal #A28A68

Color information

#A28A68 (or 0xA28A68) is unknown color: approx Sandal. HEX triplet: A2, 8A and 68. RGB value is (162,138,104). Sum of RGB (Red+Green+Blue) = 162+138+104=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A68 is #5D7597. Grayscale: #8D8D8D. Windows color (decimal): -6124952 or 6851234. OLE color: 6851234.

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

Color convert

RGB162138104-
CMYK00.150.360.36
HSL35.17º23.77%52.16%-
HSV(B)35.17º35.8%63.53%-
XYZ26.4926.8616.88-
YUV141.3106.95142.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=40.10%
G=34.16%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213810400.150.360.3635.1723.7752.16
HexA28A680F2424231834
Octal2422121500174444433064
Binary101000101000101011010000111110010010010010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A68; }

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

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

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

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

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

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

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

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