#A38765

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

Shades of Sandal #A38765

Tints of Sandal #A38765

Color information

#A38765 (or 0xA38765) is unknown color: approx Sandal. HEX triplet: A3, 87 and 65. RGB value is (163,135,101). Sum of RGB (Red+Green+Blue) = 163+135+101=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A38765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38765 is #5C789A. Grayscale: #8B8B8B. Windows color (decimal): -6060187 or 6653859. OLE color: 6653859.

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

Color convert

RGB163135101-
CMYK00.170.380.36
HSL32.9º25.2%51.76%-
HSV(B)32.9º38.04%63.92%-
XYZ26.1226.0515.96-
YUV139.5106.28144.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=40.85%
G=33.83%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313510100.170.380.3632.925.251.76
HexA387650112624211934
Octal2432071450214644413164
Binary1010001110000111110010101000110011010010010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38765; }

 p { color: rgb(163,135,101); }

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

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

 a { background-color: rgb(163,135,101); }

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

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

 span { border-color: rgb(163,135,101); }

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