Html Css Color HEX #AB9485 Sandrift

📋 copy color: '#AB9485'

red 171 ◦ green 148 ◦ blue 133

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

Shades of Sandrift #AB9485

Tints of Sandrift #AB9485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 37.83%
G = 32.74%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB9485 (or 0xAB9485) is known color: Sandrift. HEX triplet: AB, 94 and 85. RGB value is (171,148,133). Sum of RGB (Red+Green+Blue) = 171+148+133=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9485 is #546B7A. Grayscale: #999999. Windows color (decimal): -5532539 or 8754347. OLE color: 8754347.

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

Color convert

RGB 171 148 133 -
CMYK 0 0.13 0.22 0.33
HSL 23.68º 0.18% 0.6% -
HSV(B) 23.68º 0.22% 0.67% -
XYZ 31.62 31.53 26.61 -
YUV 153.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 171 148 133 0 0.13 0.22 0.33 23.68 0.18 0.6
Hex AB 94 85 0 D 16 21 18 12 3C
Octal 253 224 205 0 15 26 41 30 22 74
Binary 10101011 10010100 10000101 0 1101 10110 100001 11000 10010 111100

Color Harmonies of #AB9485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9485

Black with #AB9485

Text Example


Text Example

White with #AB9485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9485; }

 p { color: rgb(171,148,133); }

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

background-color css

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

 a { background-color: rgb(171,148,133); }

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

border-color css

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

 span { border-color: rgb(171,148,133); }

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