Html Css Color HEX #AB8B7D Sandrift

📋 copy color: '#AB8B7D'

red 171 ◦ green 139 ◦ blue 125

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

Shades of Sandrift #AB8B7D

Tints of Sandrift #AB8B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 39.31%
G = 31.95%
B = 28.74%

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

#AB8B7D (or 0xAB8B7D) is known color: Sandrift. HEX triplet: AB, 8B and 7D. RGB value is (171,139,125). Sum of RGB (Red+Green+Blue) = 171+139+125=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B7D is #547482. Grayscale: #939393. Windows color (decimal): -5534851 or 8227755. OLE color: 8227755.

HSL color Cylindrical-coordinate representation of color #AB8B7D: hue angle of 18.26º degrees, saturation: 0.21, 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 #AB8B7D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 125 -
CMYK 0 0.19 0.27 0.33
HSL 18.26º 0.21% 0.58% -
HSV(B) 18.26º 0.27% 0.67% -
XYZ 29.73 28.6 23.36 -
YUV 146.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 171 139 125 0 0.19 0.27 0.33 18.26 0.21 0.58
Hex AB 8B 7D 0 13 1B 21 12 15 3A
Octal 253 213 175 0 23 33 41 22 25 72
Binary 10101011 10001011 1111101 0 10011 11011 100001 10010 10101 111010

Color Harmonies of #AB8B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B7D

Black with #AB8B7D

Text Example


Text Example

White with #AB8B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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