Html Css Color HEX #ABBAAA Rainee

📋 copy color: '#ABBAAA'

red 171 ◦ green 186 ◦ blue 170

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

Shades of Rainee #ABBAAA

Tints of Rainee #ABBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 170 (66.8% from 255) = 32.26%

R = 32.45%
G = 35.29%
B = 32.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#ABBAAA (or 0xABBAAA) is known color: Rainee. HEX triplet: AB, BA and AA. RGB value is (171,186,170). Sum of RGB (Red+Green+Blue) = 171+186+170=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAAA is #544555. Grayscale: #B3B3B3. Windows color (decimal): -5522774 or 11188907. OLE color: 11188907.

HSL color Cylindrical-coordinate representation of color #ABBAAA: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBAAA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 170 -
CMYK 0.08 0 0.09 0.27
HSL 116.25º 0.1% 0.7% -
HSV(B) 116.25º 0.09% 0.73% -
XYZ 41.61 46.68 44.85 -
YUV 179.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 171 186 170 0.08 0 0.09 0.27 116.25 0.1 0.7
Hex AB BA AA 8 0 9 1B 74 A 46
Octal 253 272 252 10 0 11 33 164 12 106
Binary 10101011 10111010 10101010 1000 0 1001 11011 1110100 1010 1000110

Color Harmonies of #ABBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAAA

Black with #ABBAAA

Text Example


Text Example

White with #ABBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAAA; }

 p { color: rgb(171,186,170); }

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

background-color css

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

 a { background-color: rgb(171,186,170); }

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

border-color css

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

 span { border-color: rgb(171,186,170); }

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