Html Css Color HEX #AB907D Sandrift

📋 copy color: '#AB907D'

red 171 ◦ green 144 ◦ blue 125

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

Shades of Sandrift #AB907D

Tints of Sandrift #AB907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

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

R = 38.86%
G = 32.73%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB907D (or 0xAB907D) is known color: Sandrift. HEX triplet: AB, 90 and 7D. RGB value is (171,144,125). Sum of RGB (Red+Green+Blue) = 171+144+125=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB907D is #546F82. Grayscale: #969696. Windows color (decimal): -5533571 or 8229035. OLE color: 8229035.

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

Color convert

RGB 171 144 125 -
CMYK 0 0.16 0.27 0.33
HSL 24.78º 0.21% 0.58% -
HSV(B) 24.78º 0.27% 0.67% -
XYZ 30.47 30.09 23.6 -
YUV 149.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 171 144 125 0 0.16 0.27 0.33 24.78 0.21 0.58
Hex AB 90 7D 0 10 1B 21 19 15 3A
Octal 253 220 175 0 20 33 41 31 25 72
Binary 10101011 10010000 1111101 0 10000 11011 100001 11001 10101 111010

Color Harmonies of #AB907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB907D

Black with #AB907D

Text Example


Text Example

White with #AB907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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