Html Css Color HEX #A68C83 Sandrift

📋 copy color: '#A68C83'

red 166 ◦ green 140 ◦ blue 131

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

Shades of Sandrift #A68C83

Tints of Sandrift #A68C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 37.99%
G = 32.04%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A68C83 (or 0xA68C83) is known color: Sandrift. HEX triplet: A6, 8C and 83. RGB value is (166,140,131). Sum of RGB (Red+Green+Blue) = 166+140+131=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C83 is #59737C. Grayscale: #929292. Windows color (decimal): -5862269 or 8621222. OLE color: 8621222.

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

Color convert

RGB 166 140 131 -
CMYK 0 0.16 0.21 0.35
HSL 15.43º 0.16% 0.58% -
HSV(B) 15.43º 0.21% 0.65% -
XYZ 29.2 28.5 25.44 -
YUV 146.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 166 140 131 0 0.16 0.21 0.35 15.43 0.16 0.58
Hex A6 8C 83 0 10 15 23 F 10 3A
Octal 246 214 203 0 20 25 43 17 20 72
Binary 10100110 10001100 10000011 0 10000 10101 100011 1111 10000 111010

Color Harmonies of #A68C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C83

Black with #A68C83

Text Example


Text Example

White with #A68C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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