Html Css Color HEX #AB937D Sandrift

📋 copy color: '#AB937D'

red 171 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #AB937D

Tints of Sandrift #AB937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.18%

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

R = 38.6%
G = 33.18%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB937D (or 0xAB937D) is known color: Sandrift. HEX triplet: AB, 93 and 7D. RGB value is (171,147,125). Sum of RGB (Red+Green+Blue) = 171+147+125=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB937D is #546C82. Grayscale: #979797. Windows color (decimal): -5532803 or 8229803. OLE color: 8229803.

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

Color convert

RGB 171 147 125 -
CMYK 0 0.14 0.27 0.33
HSL 28.7º 0.21% 0.58% -
HSV(B) 28.7º 0.27% 0.67% -
XYZ 30.93 31.01 23.76 -
YUV 151.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 171 147 125 0 0.14 0.27 0.33 28.7 0.21 0.58
Hex AB 93 7D 0 E 1B 21 1D 15 3A
Octal 253 223 175 0 16 33 41 35 25 72
Binary 10101011 10010011 1111101 0 1110 11011 100001 11101 10101 111010

Color Harmonies of #AB937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB937D

Black with #AB937D

Text Example


Text Example

White with #AB937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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