Html Css Color HEX #A68B7C Sandrift

📋 copy color: '#A68B7C'

red 166 ◦ green 139 ◦ blue 124

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

Shades of Sandrift #A68B7C

Tints of Sandrift #A68B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 38.69%
G = 32.4%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A68B7C (or 0xA68B7C) is known color: Sandrift. HEX triplet: A6, 8B and 7C. RGB value is (166,139,124). Sum of RGB (Red+Green+Blue) = 166+139+124=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B7C is #597483. Grayscale: #919191. Windows color (decimal): -5862532 or 8162214. OLE color: 8162214.

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

Color convert

RGB 166 139 124 -
CMYK 0 0.16 0.25 0.35
HSL 21.43º 0.19% 0.57% -
HSV(B) 21.43º 0.25% 0.65% -
XYZ 28.6 28.03 22.97 -
YUV 145.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 166 139 124 0 0.16 0.25 0.35 21.43 0.19 0.57
Hex A6 8B 7C 0 10 19 23 15 13 39
Octal 246 213 174 0 20 31 43 25 23 71
Binary 10100110 10001011 1111100 0 10000 11001 100011 10101 10011 111001

Color Harmonies of #A68B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B7C

Black with #A68B7C

Text Example


Text Example

White with #A68B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B7C; }

 p { color: rgb(166,139,124); }

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

background-color css

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

 a { background-color: rgb(166,139,124); }

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

border-color css

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

 span { border-color: rgb(166,139,124); }

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