Html Css Color HEX #A68F83 Sandrift

📋 copy color: '#A68F83'

red 166 ◦ green 143 ◦ blue 131

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

Shades of Sandrift #A68F83

Tints of Sandrift #A68F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.5%

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

R = 37.73%
G = 32.5%
B = 29.77%

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

#A68F83 (or 0xA68F83) is known color: Sandrift. HEX triplet: A6, 8F and 83. RGB value is (166,143,131). Sum of RGB (Red+Green+Blue) = 166+143+131=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F83 is #59707C. Grayscale: #949494. Windows color (decimal): -5861501 or 8621990. OLE color: 8621990.

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

Color convert

RGB 166 143 131 -
CMYK 0 0.14 0.21 0.35
HSL 20.57º 0.16% 0.58% -
HSV(B) 20.57º 0.21% 0.65% -
XYZ 29.65 29.39 25.58 -
YUV 148.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 166 143 131 0 0.14 0.21 0.35 20.57 0.16 0.58
Hex A6 8F 83 0 E 15 23 15 10 3A
Octal 246 217 203 0 16 25 43 25 20 72
Binary 10100110 10001111 10000011 0 1110 10101 100011 10101 10000 111010

Color Harmonies of #A68F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F83

Black with #A68F83

Text Example


Text Example

White with #A68F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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