Html Css Color HEX #ABB2AA Rainee

📋 copy color: '#ABB2AA'

red 171 ◦ green 178 ◦ blue 170

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

Shades of Rainee #ABB2AA

Tints of Rainee #ABB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.3%

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

R = 32.95%
G = 34.3%
B = 32.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#ABB2AA (or 0xABB2AA) is known color: Rainee. HEX triplet: AB, B2 and AA. RGB value is (171,178,170). Sum of RGB (Red+Green+Blue) = 171+178+170=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2AA is #544D55. Grayscale: #AFAFAF. Windows color (decimal): -5524822 or 11186859. OLE color: 11186859.

HSL color Cylindrical-coordinate representation of color #ABB2AA: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB2AA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 170 -
CMYK 0.04 0 0.04 0.30
HSL 112.5º 0.05% 0.68% -
HSV(B) 112.5º 0.04% 0.7% -
XYZ 39.97 43.4 44.3 -
YUV 175 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 171 178 170 0.04 0 0.04 0.30 112.5 0.05 0.68
Hex AB B2 AA 4 0 4 1E 70 5 44
Octal 253 262 252 4 0 4 36 160 5 104
Binary 10101011 10110010 10101010 100 0 100 11110 1110000 101 1000100

Color Harmonies of #ABB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2AA

Black with #ABB2AA

Text Example


Text Example

White with #ABB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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