Html Css Color HEX #AB9185 Sandrift

📋 copy color: '#AB9185'

red 171 ◦ green 145 ◦ blue 133

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

Shades of Sandrift #AB9185

Tints of Sandrift #AB9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

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

R = 38.08%
G = 32.29%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB9185 (or 0xAB9185) is known color: Sandrift. HEX triplet: AB, 91 and 85. RGB value is (171,145,133). Sum of RGB (Red+Green+Blue) = 171+145+133=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9185 is #546E7A. Grayscale: #979797. Windows color (decimal): -5533307 or 8753579. OLE color: 8753579.

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

Color convert

RGB 171 145 133 -
CMYK 0 0.15 0.22 0.33
HSL 18.95º 0.18% 0.6% -
HSV(B) 18.95º 0.22% 0.67% -
XYZ 31.15 30.6 26.46 -
YUV 151.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 171 145 133 0 0.15 0.22 0.33 18.95 0.18 0.6
Hex AB 91 85 0 F 16 21 13 12 3C
Octal 253 221 205 0 17 26 41 23 22 74
Binary 10101011 10010001 10000101 0 1111 10110 100001 10011 10010 111100

Color Harmonies of #AB9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9185

Black with #AB9185

Text Example


Text Example

White with #AB9185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9185; }

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

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

background-color css

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

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

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

border-color css

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

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

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