Html Css Color HEX #AB9076 Sandrift

📋 copy color: '#AB9076'

red 171 ◦ green 144 ◦ blue 118

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

Shades of Sandrift #AB9076

Tints of Sandrift #AB9076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 39.49%
G = 33.26%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB9076 (or 0xAB9076) is known color: Sandrift. HEX triplet: AB, 90 and 76. RGB value is (171,144,118). Sum of RGB (Red+Green+Blue) = 171+144+118=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9076 is #546F89. Grayscale: #959595. Windows color (decimal): -5533578 or 7770283. OLE color: 7770283.

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

Color convert

RGB 171 144 118 -
CMYK 0 0.16 0.31 0.33
HSL 29.43º 0.24% 0.57% -
HSV(B) 29.43º 0.31% 0.67% -
XYZ 30.04 29.91 21.33 -
YUV 149.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 171 144 118 0 0.16 0.31 0.33 29.43 0.24 0.57
Hex AB 90 76 0 10 1F 21 1D 18 39
Octal 253 220 166 0 20 37 41 35 30 71
Binary 10101011 10010000 1110110 0 10000 11111 100001 11101 11000 111001

Color Harmonies of #AB9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9076

Black with #AB9076

Text Example


Text Example

White with #AB9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9076; }

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

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

background-color css

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

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

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

border-color css

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

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

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