Html Css Color HEX #AB8C7A Sandrift

📋 copy color: '#AB8C7A'

red 171 ◦ green 140 ◦ blue 122

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

Shades of Sandrift #AB8C7A

Tints of Sandrift #AB8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 39.49%
G = 32.33%
B = 28.18%

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

#AB8C7A (or 0xAB8C7A) is known color: Sandrift. HEX triplet: AB, 8C and 7A. RGB value is (171,140,122). Sum of RGB (Red+Green+Blue) = 171+140+122=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C7A is #547385. Grayscale: #939393. Windows color (decimal): -5534598 or 8031403. OLE color: 8031403.

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

Color convert

RGB 171 140 122 -
CMYK 0 0.18 0.29 0.33
HSL 22.04º 0.23% 0.57% -
HSV(B) 22.04º 0.29% 0.67% -
XYZ 29.69 28.82 22.41 -
YUV 147.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 171 140 122 0 0.18 0.29 0.33 22.04 0.23 0.57
Hex AB 8C 7A 0 12 1D 21 16 17 39
Octal 253 214 172 0 22 35 41 26 27 71
Binary 10101011 10001100 1111010 0 10010 11101 100001 10110 10111 111001

Color Harmonies of #AB8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C7A

Black with #AB8C7A

Text Example


Text Example

White with #AB8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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