Html Css Color HEX #ACBBA9 Rainee

📋 copy color: '#ACBBA9'

red 172 ◦ green 187 ◦ blue 169

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

Shades of Rainee #ACBBA9

Tints of Rainee #ACBBA9

RGB

 RED value IS 172 (67.58% from 255) = 32.58%

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 169 (66.41% from 255) = 32.01%

R = 32.58%
G = 35.42%
B = 32.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#ACBBA9 (or 0xACBBA9) is known color: Rainee. HEX triplet: AC, BB and A9. RGB value is (172,187,169). Sum of RGB (Red+Green+Blue) = 172+187+169=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA9 is #534456. Grayscale: #B4B4B4. Windows color (decimal): -5456983 or 11123628. OLE color: 11123628.

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

Color convert

RGB 172 187 169 -
CMYK 0.08 0 0.10 0.27
HSL 110º 0.12% 0.7% -
HSV(B) 110º 0.1% 0.73% -
XYZ 41.95 47.18 44.43 -
YUV 180.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 172 187 169 0.08 0 0.10 0.27 110 0.12 0.7
Hex AC BB A9 8 0 A 1B 6E C 46
Octal 254 273 251 10 0 12 33 156 14 106
Binary 10101100 10111011 10101001 1000 0 1010 11011 1101110 1100 1000110

Color Harmonies of #ACBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBA9

Black with #ACBBA9

Text Example


Text Example

White with #ACBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBA9; }

 p { color: rgb(172,187,169); }

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

background-color css

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

 a { background-color: rgb(172,187,169); }

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

border-color css

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

 span { border-color: rgb(172,187,169); }

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