Html Css Color HEX #A68960 Sandal

📋 copy color: '#A68960'

red 166 ◦ green 137 ◦ blue 96

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

Shades of Sandal #A68960

Tints of Sandal #A68960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 41.6%
G = 34.34%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A68960 (or 0xA68960) is known color: Sandal. HEX triplet: A6, 89 and 60. RGB value is (166,137,96). Sum of RGB (Red+Green+Blue) = 166+137+96=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68960 is #59769F. Grayscale: #8D8D8D. Windows color (decimal): -5863072 or 6326694. OLE color: 6326694.

HSL color Cylindrical-coordinate representation of color #A68960: hue angle of 35.14º 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 #A68960 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 96 -
CMYK 0 0.17 0.42 0.35
HSL 35.14º 0.28% 0.51% -
HSV(B) 35.14º 0.42% 0.65% -
XYZ 26.78 26.84 14.84 -
YUV 141 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 166 137 96 0 0.17 0.42 0.35 35.14 0.28 0.51
Hex A6 89 60 0 11 2A 23 23 1C 33
Octal 246 211 140 0 21 52 43 43 34 63
Binary 10100110 10001001 1100000 0 10001 101010 100011 100011 11100 110011

Color Harmonies of #A68960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68960

Black with #A68960

Text Example


Text Example

White with #A68960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68960; }

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

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

background-color css

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

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

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

border-color css

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

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

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