Html Css Color HEX #A68E83 Sandrift

📋 copy color: '#A68E83'

red 166 ◦ green 142 ◦ blue 131

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

Shades of Sandrift #A68E83

Tints of Sandrift #A68E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

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

R = 37.81%
G = 32.35%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A68E83 (or 0xA68E83) is known color: Sandrift. HEX triplet: A6, 8E and 83. RGB value is (166,142,131). Sum of RGB (Red+Green+Blue) = 166+142+131=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68E83 is #59717C. Grayscale: #939393. Windows color (decimal): -5861757 or 8621734. OLE color: 8621734.

HSL color Cylindrical-coordinate representation of color #A68E83: hue angle of 18.86º 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 #A68E83 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 131 -
CMYK 0 0.14 0.21 0.35
HSL 18.86º 0.16% 0.58% -
HSV(B) 18.86º 0.21% 0.65% -
XYZ 29.5 29.09 25.53 -
YUV 147.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 166 142 131 0 0.14 0.21 0.35 18.86 0.16 0.58
Hex A6 8E 83 0 E 15 23 13 10 3A
Octal 246 216 203 0 16 25 43 23 20 72
Binary 10100110 10001110 10000011 0 1110 10101 100011 10011 10000 111010

Color Harmonies of #A68E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E83

Black with #A68E83

Text Example


Text Example

White with #A68E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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