#A28967

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

Shades of Sandal #A28967

Tints of Sandal #A28967

Color information

#A28967 (or 0xA28967) is unknown color: approx Sandal. HEX triplet: A2, 89 and 67. RGB value is (162,137,103). Sum of RGB (Red+Green+Blue) = 162+137+103=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A28967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28967 is #5D7698. Grayscale: #8C8C8C. Windows color (decimal): -6125209 or 6785442. OLE color: 6785442.

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

Color convert

RGB162137103-
CMYK00.150.360.36
HSL34.58º24.08%51.96%-
HSV(B)34.58º36.42%63.53%-
XYZ26.2926.5516.57-
YUV140.6106.78143.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=40.30%
G=34.08%
B=25.62%

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
Decimal16213710300.150.360.3634.5824.0851.96
HexA289670F2424231834
Octal2422111470174444433064
Binary101000101000100111001110111110010010010010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28967; }

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

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

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

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

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

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

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

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