#A38661

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

Shades of Sandal #A38661

Tints of Sandal #A38661

Color information

#A38661 (or 0xA38661) is unknown color: approx Sandal. HEX triplet: A3, 86 and 61. RGB value is (163,134,97). Sum of RGB (Red+Green+Blue) = 163+134+97=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A38661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38661 is #5C799E. Grayscale: #8A8A8A. Windows color (decimal): -6060447 or 6391459. OLE color: 6391459.

HSL color Cylindrical-coordinate representation of color #A38661: hue angle of 33.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38661 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16313497-
CMYK00.180.400.36
HSL33.64º26.4%50.98%-
HSV(B)33.64º40.49%63.92%-
XYZ25.7925.714.91-
YUV138.45104.61145.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=41.37%
G=34.01%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631349700.180.400.3633.6426.450.98
HexA386610122824221a33
Octal2432061410225044423263
Binary1010001110000110110000101001010100010010010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38661; }

 p { color: rgb(163,134,97); }

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

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

 a { background-color: rgb(163,134,97); }

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

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

 span { border-color: rgb(163,134,97); }

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