Html Css Color HEX #A68668 Sandal

📋 copy color: '#A68668'

red 166 ◦ green 134 ◦ blue 104

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

Shades of Sandal #A68668

Tints of Sandal #A68668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 41.09%
G = 33.17%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68668 (or 0xA68668) is known color: Sandal. HEX triplet: A6, 86 and 68. RGB value is (166,134,104). Sum of RGB (Red+Green+Blue) = 166+134+104=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A68668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68668 is #597997. Grayscale: #8C8C8C. Windows color (decimal): -5863832 or 6850214. OLE color: 6850214.

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

Color convert

RGB 166 134 104 -
CMYK 0 0.19 0.37 0.35
HSL 29.03º 0.26% 0.53% -
HSV(B) 29.03º 0.37% 0.65% -
XYZ 26.75 26.16 16.74 -
YUV 140.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 166 134 104 0 0.19 0.37 0.35 29.03 0.26 0.53
Hex A6 86 68 0 13 25 23 1D 1A 35
Octal 246 206 150 0 23 45 43 35 32 65
Binary 10100110 10000110 1101000 0 10011 100101 100011 11101 11010 110101

Color Harmonies of #A68668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68668

Black with #A68668

Text Example


Text Example

White with #A68668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68668; }

 p { color: rgb(166,134,104); }

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

background-color css

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

 a { background-color: rgb(166,134,104); }

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

border-color css

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

 span { border-color: rgb(166,134,104); }

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