Html Css Color HEX #AB8B7C Sandrift

📋 copy color: '#AB8B7C'

red 171 ◦ green 139 ◦ blue 124

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

Shades of Sandrift #AB8B7C

Tints of Sandrift #AB8B7C

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

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

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

R = 39.4%
G = 32.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB8B7C (or 0xAB8B7C) is known color: Sandrift. HEX triplet: AB, 8B and 7C. RGB value is (171,139,124). Sum of RGB (Red+Green+Blue) = 171+139+124=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B7C is #547483. Grayscale: #929292. Windows color (decimal): -5534852 or 8162219. OLE color: 8162219.

HSL color Cylindrical-coordinate representation of color #AB8B7C: hue angle of 19.15º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8B7C is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 124 -
CMYK 0 0.19 0.27 0.33
HSL 19.15º 0.22% 0.58% -
HSV(B) 19.15º 0.27% 0.67% -
XYZ 29.67 28.58 23.02 -
YUV 146.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 171 139 124 0 0.19 0.27 0.33 19.15 0.22 0.58
Hex AB 8B 7C 0 13 1B 21 13 16 3A
Octal 253 213 174 0 23 33 41 23 26 72
Binary 10101011 10001011 1111100 0 10011 11011 100001 10011 10110 111010

Color Harmonies of #AB8B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B7C

Black with #AB8B7C

Text Example


Text Example

White with #AB8B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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