Html Css Color HEX #AB9278 Sandrift

📋 copy color: '#AB9278'

red 171 ◦ green 146 ◦ blue 120

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

Shades of Sandrift #AB9278

Tints of Sandrift #AB9278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 39.13%
G = 33.41%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB9278 (or 0xAB9278) is known color: Sandrift. HEX triplet: AB, 92 and 78. RGB value is (171,146,120). Sum of RGB (Red+Green+Blue) = 171+146+120=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9278 is #546D87. Grayscale: #969696. Windows color (decimal): -5533064 or 7901867. OLE color: 7901867.

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

Color convert

RGB 171 146 120 -
CMYK 0 0.15 0.30 0.33
HSL 30.59º 0.23% 0.57% -
HSV(B) 30.59º 0.3% 0.67% -
XYZ 30.46 30.57 22.06 -
YUV 150.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 171 146 120 0 0.15 0.30 0.33 30.59 0.23 0.57
Hex AB 92 78 0 F 1E 21 1F 17 39
Octal 253 222 170 0 17 36 41 37 27 71
Binary 10101011 10010010 1111000 0 1111 11110 100001 11111 10111 111001

Color Harmonies of #AB9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9278

Black with #AB9278

Text Example


Text Example

White with #AB9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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