Html Css Color HEX #A68963 Sandal

📋 copy color: '#A68963'

red 166 ◦ green 137 ◦ blue 99

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

Shades of Sandal #A68963

Tints of Sandal #A68963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 41.29%
G = 34.08%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A68963 (or 0xA68963) is known color: Sandal. HEX triplet: A6, 89 and 63. RGB value is (166,137,99). Sum of RGB (Red+Green+Blue) = 166+137+99=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A68963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68963 is #59769C. Grayscale: #8D8D8D. Windows color (decimal): -5863069 or 6523302. OLE color: 6523302.

HSL color Cylindrical-coordinate representation of color #A68963: hue angle of 34.03º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68963 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 99 -
CMYK 0 0.17 0.40 0.35
HSL 34.03º 0.27% 0.52% -
HSV(B) 34.03º 0.4% 0.65% -
XYZ 26.92 26.9 15.58 -
YUV 141.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 166 137 99 0 0.17 0.40 0.35 34.03 0.27 0.52
Hex A6 89 63 0 11 28 23 22 1B 34
Octal 246 211 143 0 21 50 43 42 33 64
Binary 10100110 10001001 1100011 0 10001 101000 100011 100010 11011 110100

Color Harmonies of #A68963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68963

Black with #A68963

Text Example


Text Example

White with #A68963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68963; }

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

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

background-color css

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

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

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

border-color css

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

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

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