Html Css Color HEX #AB9078 Sandrift

📋 copy color: '#AB9078'

red 171 ◦ green 144 ◦ blue 120

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

Shades of Sandrift #AB9078

Tints of Sandrift #AB9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.1%

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

R = 39.31%
G = 33.1%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB9078 (or 0xAB9078) is known color: Sandrift. HEX triplet: AB, 90 and 78. RGB value is (171,144,120). Sum of RGB (Red+Green+Blue) = 171+144+120=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9078 is #546F87. Grayscale: #959595. Windows color (decimal): -5533576 or 7901355. OLE color: 7901355.

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

Color convert

RGB 171 144 120 -
CMYK 0 0.16 0.30 0.33
HSL 28.24º 0.23% 0.57% -
HSV(B) 28.24º 0.3% 0.67% -
XYZ 30.16 29.96 21.96 -
YUV 149.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 171 144 120 0 0.16 0.30 0.33 28.24 0.23 0.57
Hex AB 90 78 0 10 1E 21 1C 17 39
Octal 253 220 170 0 20 36 41 34 27 71
Binary 10101011 10010000 1111000 0 10000 11110 100001 11100 10111 111001

Color Harmonies of #AB9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9078

Black with #AB9078

Text Example


Text Example

White with #AB9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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