#A78A68

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

Shades of Sandal #A78A68

Tints of Sandal #A78A68

Color information

#A78A68 (or 0xA78A68) is unknown color: approx Sandal. HEX triplet: A7, 8A and 68. RGB value is (167,138,104). Sum of RGB (Red+Green+Blue) = 167+138+104=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A68 is #587597. Grayscale: #8E8E8E. Windows color (decimal): -5797272 or 6851239. OLE color: 6851239.

HSL color Cylindrical-coordinate representation of color #A78A68: hue angle of 32.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78A68 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB167138104-
CMYK00.170.380.35
HSL32.38º26.36%53.14%-
HSV(B)32.38º37.72%65.49%-
XYZ27.5227.3916.93-
YUV142.79106.11145.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=40.83%
G=33.74%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713810400.170.380.3532.3826.3653.14
HexA78A680112623201a35
Octal2472121500214643403265
Binary1010011110001010110100001000110011010001110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A68; }

 p { color: rgb(167,138,104); }

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

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

 a { background-color: rgb(167,138,104); }

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

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

 span { border-color: rgb(167,138,104); }

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