#A98A67

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

Shades of Sandal #A98A67

Tints of Sandal #A98A67

Color information

#A98A67 (or 0xA98A67) is unknown color: approx Sandal. HEX triplet: A9, 8A and 67. RGB value is (169,138,103). Sum of RGB (Red+Green+Blue) = 169+138+103=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A67 is #567598. Grayscale: #8F8F8F. Windows color (decimal): -5666201 or 6785705. OLE color: 6785705.

HSL color Cylindrical-coordinate representation of color #A98A67: hue angle of 31.82º 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 #A98A67 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169138103-
CMYK00.180.390.34
HSL31.82º27.73%53.33%-
HSV(B)31.82º39.05%66.27%-
XYZ27.927.5916.69-
YUV143.28105.27146.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=41.22%
G=33.66%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913810300.180.390.3431.8227.7353.33
HexA98A670122722201c35
Octal2512121470224742403465
Binary1010100110001010110011101001010011110001010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A67; }

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

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

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

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

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

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

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

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