Html Css Color HEX #ABB7AA Rainee

📋 copy color: '#ABB7AA'

red 171 ◦ green 183 ◦ blue 170

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

Shades of Rainee #ABB7AA

Tints of Rainee #ABB7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

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

R = 32.63%
G = 34.92%
B = 32.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#ABB7AA (or 0xABB7AA) is known color: Rainee. HEX triplet: AB, B7 and AA. RGB value is (171,183,170). Sum of RGB (Red+Green+Blue) = 171+183+170=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7AA is #544855. Grayscale: #B1B1B1. Windows color (decimal): -5523542 or 11188139. OLE color: 11188139.

HSL color Cylindrical-coordinate representation of color #ABB7AA: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7AA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 170 -
CMYK 0.07 0 0.07 0.28
HSL 115.38º 0.08% 0.69% -
HSV(B) 115.38º 0.07% 0.72% -
XYZ 40.98 45.43 44.64 -
YUV 177.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 171 183 170 0.07 0 0.07 0.28 115.38 0.08 0.69
Hex AB B7 AA 7 0 7 1C 73 8 45
Octal 253 267 252 7 0 7 34 163 10 105
Binary 10101011 10110111 10101010 111 0 111 11100 1110011 1000 1000101

Color Harmonies of #ABB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7AA

Black with #ABB7AA

Text Example


Text Example

White with #ABB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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