#A28B69

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

Shades of Sandal #A28B69

Tints of Sandal #A28B69

Color information

#A28B69 (or 0xA28B69) is unknown color: approx Sandal. HEX triplet: A2, 8B and 69. RGB value is (162,139,105). Sum of RGB (Red+Green+Blue) = 162+139+105=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B69 is #5D7496. Grayscale: #8E8E8E. Windows color (decimal): -6124695 or 6917026. OLE color: 6917026.

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

Color convert

RGB162139105-
CMYK00.140.350.36
HSL35.79º23.46%52.35%-
HSV(B)35.79º35.19%63.53%-
XYZ26.6827.1717.2-
YUV142107.12142.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=39.90%
G=34.24%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213910500.140.350.3635.7923.4652.35
HexA28B690E2324241734
Octal2422131510164344442764
Binary101000101000101111010010111010001110010010010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B69; }

 p { color: rgb(162,139,105); }

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

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

 a { background-color: rgb(162,139,105); }

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

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

 span { border-color: rgb(162,139,105); }

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