Html Css Color HEX #AB8D7A Sandrift

📋 copy color: '#AB8D7A'

red 171 ◦ green 141 ◦ blue 122

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

Shades of Sandrift #AB8D7A

Tints of Sandrift #AB8D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 39.4%
G = 32.49%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8D7A (or 0xAB8D7A) is known color: Sandrift. HEX triplet: AB, 8D and 7A. RGB value is (171,141,122). Sum of RGB (Red+Green+Blue) = 171+141+122=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D7A is #547285. Grayscale: #939393. Windows color (decimal): -5534342 or 8031659. OLE color: 8031659.

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

Color convert

RGB 171 141 122 -
CMYK 0 0.18 0.29 0.33
HSL 23.27º 0.23% 0.57% -
HSV(B) 23.27º 0.29% 0.67% -
XYZ 29.83 29.11 22.46 -
YUV 147.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 171 141 122 0 0.18 0.29 0.33 23.27 0.23 0.57
Hex AB 8D 7A 0 12 1D 21 17 17 39
Octal 253 215 172 0 22 35 41 27 27 71
Binary 10101011 10001101 1111010 0 10010 11101 100001 10111 10111 111001

Color Harmonies of #AB8D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D7A

Black with #AB8D7A

Text Example


Text Example

White with #AB8D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D7A; }

 p { color: rgb(171,141,122); }

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

background-color css

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

 a { background-color: rgb(171,141,122); }

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

border-color css

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

 span { border-color: rgb(171,141,122); }

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