Html Css Color HEX #ACC0A9 Rainee

📋 copy color: '#ACC0A9'

red 172 ◦ green 192 ◦ blue 169

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

Shades of Rainee #ACC0A9

Tints of Rainee #ACC0A9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

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

R = 32.27%
G = 36.02%
B = 31.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#ACC0A9 (or 0xACC0A9) is known color: Rainee. HEX triplet: AC, C0 and A9. RGB value is (172,192,169). Sum of RGB (Red+Green+Blue) = 172+192+169=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0A9 is #533F56. Grayscale: #B7B7B7. Windows color (decimal): -5455703 or 11124908. OLE color: 11124908.

HSL color Cylindrical-coordinate representation of color #ACC0A9: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC0A9 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 169 -
CMYK 0.10 0 0.12 0.25
HSL 112.17º 0.15% 0.71% -
HSV(B) 112.17º 0.12% 0.75% -
XYZ 43.02 49.33 44.79 -
YUV 183.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 172 192 169 0.10 0 0.12 0.25 112.17 0.15 0.71
Hex AC C0 A9 A 0 C 19 70 F 47
Octal 254 300 251 12 0 14 31 160 17 107
Binary 10101100 11000000 10101001 1010 0 1100 11001 1110000 1111 1000111

Color Harmonies of #ACC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0A9

Black with #ACC0A9

Text Example


Text Example

White with #ACC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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