Html Css Color HEX #A68860 Sandal

📋 copy color: '#A68860'

red 166 ◦ green 136 ◦ blue 96

#A68860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandal #A68860

Tints of Sandal #A68860

RGB

 RED value IS 166 (65.23% from 255) = 41.71%

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 41.71%
G = 34.17%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A68860 (or 0xA68860) is known color: Sandal. HEX triplet: A6, 88 and 60. RGB value is (166,136,96). Sum of RGB (Red+Green+Blue) = 166+136+96=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68860 is #59779F. Grayscale: #8C8C8C. Windows color (decimal): -5863328 or 6326438. OLE color: 6326438.

HSL color Cylindrical-coordinate representation of color #A68860: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68860 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 96 -
CMYK 0 0.18 0.42 0.35
HSL 34.29º 0.28% 0.51% -
HSV(B) 34.29º 0.42% 0.65% -
XYZ 26.64 26.56 14.79 -
YUV 140.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 166 136 96 0 0.18 0.42 0.35 34.29 0.28 0.51
Hex A6 88 60 0 12 2A 23 22 1C 33
Octal 246 210 140 0 22 52 43 42 34 63
Binary 10100110 10001000 1100000 0 10010 101010 100011 100010 11100 110011

Color Harmonies of #A68860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68860

Black with #A68860

Text Example


Text Example

White with #A68860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68860; }

 p { color: rgb(166,136,96); }

 H1.HeaderClassName
 {
   color: #A68860;
 }
 .AnyTagClassName
 {
   color: #A68860;
 }
</style>

background-color css

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

 a { background-color: rgb(166,136,96); }

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

border-color css

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

 span { border-color: rgb(166,136,96); }

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