Html Css Color HEX #ABB6AA Rainee

📋 copy color: '#ABB6AA'

red 171 ◦ green 182 ◦ blue 170

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

Shades of Rainee #ABB6AA

Tints of Rainee #ABB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.8%

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

R = 32.7%
G = 34.8%
B = 32.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#ABB6AA (or 0xABB6AA) is known color: Rainee. HEX triplet: AB, B6 and AA. RGB value is (171,182,170). Sum of RGB (Red+Green+Blue) = 171+182+170=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB6AA is #544955. Grayscale: #B1B1B1. Windows color (decimal): -5523798 or 11187883. OLE color: 11187883.

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

Color convert

RGB 171 182 170 -
CMYK 0.06 0 0.07 0.29
HSL 115º 0.08% 0.69% -
HSV(B) 115º 0.07% 0.71% -
XYZ 40.78 45.02 44.57 -
YUV 177.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 171 182 170 0.06 0 0.07 0.29 115 0.08 0.69
Hex AB B6 AA 6 0 7 1D 73 8 45
Octal 253 266 252 6 0 7 35 163 10 105
Binary 10101011 10110110 10101010 110 0 111 11101 1110011 1000 1000101

Color Harmonies of #ABB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6AA

Black with #ABB6AA

Text Example


Text Example

White with #ABB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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