Html Css Color HEX #A68C61 Sandal

📋 copy color: '#A68C61'

red 166 ◦ green 140 ◦ blue 97

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

Shades of Sandal #A68C61

Tints of Sandal #A68C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 41.19%
G = 34.74%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A68C61 (or 0xA68C61) is known color: Sandal. HEX triplet: A6, 8C and 61. RGB value is (166,140,97). Sum of RGB (Red+Green+Blue) = 166+140+97=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C61 is #59739E. Grayscale: #8F8F8F. Windows color (decimal): -5862303 or 6392998. OLE color: 6392998.

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

Color convert

RGB 166 140 97 -
CMYK 0 0.16 0.42 0.35
HSL 37.39º 0.28% 0.52% -
HSV(B) 37.39º 0.42% 0.65% -
XYZ 27.26 27.73 15.22 -
YUV 142.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 166 140 97 0 0.16 0.42 0.35 37.39 0.28 0.52
Hex A6 8C 61 0 10 2A 23 25 1C 34
Octal 246 214 141 0 20 52 43 45 34 64
Binary 10100110 10001100 1100001 0 10000 101010 100011 100101 11100 110100

Color Harmonies of #A68C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C61

Black with #A68C61

Text Example


Text Example

White with #A68C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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