Html Css Color HEX #ACC1A9 Rainee

📋 copy color: '#ACC1A9'

red 172 ◦ green 193 ◦ blue 169

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

Shades of Rainee #ACC1A9

Tints of Rainee #ACC1A9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

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

R = 32.21%
G = 36.14%
B = 31.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#ACC1A9 (or 0xACC1A9) is known color: Rainee. HEX triplet: AC, C1 and A9. RGB value is (172,193,169). Sum of RGB (Red+Green+Blue) = 172+193+169=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1A9 is #533E56. Grayscale: #B8B8B8. Windows color (decimal): -5455447 or 11125164. OLE color: 11125164.

HSL color Cylindrical-coordinate representation of color #ACC1A9: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC1A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 169 -
CMYK 0.11 0 0.12 0.24
HSL 112.5º 0.16% 0.71% -
HSV(B) 112.5º 0.12% 0.76% -
XYZ 43.24 49.78 44.86 -
YUV 183.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 172 193 169 0.11 0 0.12 0.24 112.5 0.16 0.71
Hex AC C1 A9 B 0 C 18 70 10 47
Octal 254 301 251 13 0 14 30 160 20 107
Binary 10101100 11000001 10101001 1011 0 1100 11000 1110000 10000 1000111

Color Harmonies of #ACC1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1A9

Black with #ACC1A9

Text Example


Text Example

White with #ACC1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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