Html Css Color HEX #AB9283 Sandrift

📋 copy color: '#AB9283'

red 171 ◦ green 146 ◦ blue 131

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

Shades of Sandrift #AB9283

Tints of Sandrift #AB9283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.59%

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

R = 38.17%
G = 32.59%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB9283 (or 0xAB9283) is known color: Sandrift. HEX triplet: AB, 92 and 83. RGB value is (171,146,131). Sum of RGB (Red+Green+Blue) = 171+146+131=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9283 is #546D7C. Grayscale: #979797. Windows color (decimal): -5533053 or 8622763. OLE color: 8622763.

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

Color convert

RGB 171 146 131 -
CMYK 0 0.15 0.23 0.33
HSL 22.5º 0.19% 0.59% -
HSV(B) 22.5º 0.23% 0.67% -
XYZ 31.17 30.85 25.79 -
YUV 151.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 171 146 131 0 0.15 0.23 0.33 22.5 0.19 0.59
Hex AB 92 83 0 F 17 21 16 13 3B
Octal 253 222 203 0 17 27 41 26 23 73
Binary 10101011 10010010 10000011 0 1111 10111 100001 10110 10011 111011

Color Harmonies of #AB9283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9283

Black with #AB9283

Text Example


Text Example

White with #AB9283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9283; }

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

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

background-color css

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

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

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

border-color css

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

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

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