#A98667

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

Shades of Sandal #A98667

Tints of Sandal #A98667

Color information

#A98667 (or 0xA98667) is unknown color: approx Sandal. HEX triplet: A9, 86 and 67. RGB value is (169,134,103). Sum of RGB (Red+Green+Blue) = 169+134+103=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A98667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98667 is #567998. Grayscale: #8D8D8D. Windows color (decimal): -5667225 or 6784681. OLE color: 6784681.

HSL color Cylindrical-coordinate representation of color #A98667: hue angle of 28.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98667 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169134103-
CMYK00.210.390.34
HSL28.18º27.73%53.33%-
HSV(B)28.18º39.05%66.27%-
XYZ27.3426.4616.5-
YUV140.93106.6148.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=41.63%
G=33.00%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913410300.210.390.3428.1827.7353.33
HexA9866701527221c1c35
Octal2512061470254742343465
Binary101010011000011011001110101011001111000101110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98667; }

 p { color: rgb(169,134,103); }

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

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

 a { background-color: rgb(169,134,103); }

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

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

 span { border-color: rgb(169,134,103); }

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