Html Css Color HEX #AB907F Sandrift

📋 copy color: '#AB907F'

red 171 ◦ green 144 ◦ blue 127

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

Shades of Sandrift #AB907F

Tints of Sandrift #AB907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.73%

R = 38.69%
G = 32.58%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB907F (or 0xAB907F) is known color: Sandrift. HEX triplet: AB, 90 and 7F. RGB value is (171,144,127). Sum of RGB (Red+Green+Blue) = 171+144+127=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB907F is #546F80. Grayscale: #969696. Windows color (decimal): -5533569 or 8360107. OLE color: 8360107.

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

Color convert

RGB 171 144 127 -
CMYK 0 0.16 0.26 0.33
HSL 23.18º 0.21% 0.58% -
HSV(B) 23.18º 0.26% 0.67% -
XYZ 30.6 30.14 24.28 -
YUV 150.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 171 144 127 0 0.16 0.26 0.33 23.18 0.21 0.58
Hex AB 90 7F 0 10 1A 21 17 15 3A
Octal 253 220 177 0 20 32 41 27 25 72
Binary 10101011 10010000 1111111 0 10000 11010 100001 10111 10101 111010

Color Harmonies of #AB907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB907F

Black with #AB907F

Text Example


Text Example

White with #AB907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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