Html Css Color HEX #AB917A Sandrift

📋 copy color: '#AB917A'

red 171 ◦ green 145 ◦ blue 122

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

Shades of Sandrift #AB917A

Tints of Sandrift #AB917A

RGB

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

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

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

R = 39.04%
G = 33.11%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB917A (or 0xAB917A) is known color: Sandrift. HEX triplet: AB, 91 and 7A. RGB value is (171,145,122). Sum of RGB (Red+Green+Blue) = 171+145+122=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB917A is #546E85. Grayscale: #969696. Windows color (decimal): -5533318 or 8032683. OLE color: 8032683.

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

Color convert

RGB 171 145 122 -
CMYK 0 0.15 0.29 0.33
HSL 28.16º 0.23% 0.57% -
HSV(B) 28.16º 0.29% 0.67% -
XYZ 30.43 30.31 22.66 -
YUV 150.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 171 145 122 0 0.15 0.29 0.33 28.16 0.23 0.57
Hex AB 91 7A 0 F 1D 21 1C 17 39
Octal 253 221 172 0 17 35 41 34 27 71
Binary 10101011 10010001 1111010 0 1111 11101 100001 11100 10111 111001

Color Harmonies of #AB917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB917A

Black with #AB917A

Text Example


Text Example

White with #AB917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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