Html Css Color HEX #A68C66 Sandal

📋 copy color: '#A68C66'

red 166 ◦ green 140 ◦ blue 102

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

Shades of Sandal #A68C66

Tints of Sandal #A68C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 40.69%
G = 34.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A68C66 (or 0xA68C66) is known color: Sandal. HEX triplet: A6, 8C and 66. RGB value is (166,140,102). Sum of RGB (Red+Green+Blue) = 166+140+102=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C66 is #597399. Grayscale: #8F8F8F. Windows color (decimal): -5862298 or 6720678. OLE color: 6720678.

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

Color convert

RGB 166 140 102 -
CMYK 0 0.16 0.39 0.35
HSL 35.63º 0.26% 0.53% -
HSV(B) 35.63º 0.39% 0.65% -
XYZ 27.5 27.82 16.49 -
YUV 143.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 166 140 102 0 0.16 0.39 0.35 35.63 0.26 0.53
Hex A6 8C 66 0 10 27 23 24 1A 35
Octal 246 214 146 0 20 47 43 44 32 65
Binary 10100110 10001100 1100110 0 10000 100111 100011 100100 11010 110101

Color Harmonies of #A68C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C66

Black with #A68C66

Text Example


Text Example

White with #A68C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C66; }

 p { color: rgb(166,140,102); }

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

background-color css

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

 a { background-color: rgb(166,140,102); }

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

border-color css

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

 span { border-color: rgb(166,140,102); }

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