Html Css Color HEX #AB9383 Sandrift

📋 copy color: '#AB9383'

red 171 ◦ green 147 ◦ blue 131

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

Shades of Sandrift #AB9383

Tints of Sandrift #AB9383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 38.08%
G = 32.74%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB9383 (or 0xAB9383) is known color: Sandrift. HEX triplet: AB, 93 and 83. RGB value is (171,147,131). Sum of RGB (Red+Green+Blue) = 171+147+131=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9383 is #546C7C. Grayscale: #989898. Windows color (decimal): -5532797 or 8623019. OLE color: 8623019.

HSL color Cylindrical-coordinate representation of color #AB9383: hue angle of 24º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9383 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 131 -
CMYK 0 0.14 0.23 0.33
HSL 24º 0.19% 0.59% -
HSV(B) 24º 0.23% 0.67% -
XYZ 31.33 31.16 25.84 -
YUV 152.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 171 147 131 0 0.14 0.23 0.33 24 0.19 0.59
Hex AB 93 83 0 E 17 21 18 13 3B
Octal 253 223 203 0 16 27 41 30 23 73
Binary 10101011 10010011 10000011 0 1110 10111 100001 11000 10011 111011

Color Harmonies of #AB9383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9383

Black with #AB9383

Text Example


Text Example

White with #AB9383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9383; }

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

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

background-color css

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

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

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

border-color css

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

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

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