Html Css Color HEX #A68C7F Sandrift

📋 copy color: '#A68C7F'

red 166 ◦ green 140 ◦ blue 127

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

Shades of Sandrift #A68C7F

Tints of Sandrift #A68C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 38.34%
G = 32.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A68C7F (or 0xA68C7F) is known color: Sandrift. HEX triplet: A6, 8C and 7F. RGB value is (166,140,127). Sum of RGB (Red+Green+Blue) = 166+140+127=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C7F is #597380. Grayscale: #929292. Windows color (decimal): -5862273 or 8359078. OLE color: 8359078.

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

Color convert

RGB 166 140 127 -
CMYK 0 0.16 0.23 0.35
HSL 20º 0.18% 0.57% -
HSV(B) 20º 0.23% 0.65% -
XYZ 28.93 28.4 24.03 -
YUV 146.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 166 140 127 0 0.16 0.23 0.35 20 0.18 0.57
Hex A6 8C 7F 0 10 17 23 14 12 39
Octal 246 214 177 0 20 27 43 24 22 71
Binary 10100110 10001100 1111111 0 10000 10111 100011 10100 10010 111001

Color Harmonies of #A68C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C7F

Black with #A68C7F

Text Example


Text Example

White with #A68C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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