Html Css Color HEX #ACC0AA Rainee

📋 copy color: '#ACC0AA'

red 172 ◦ green 192 ◦ blue 170

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

Shades of Rainee #ACC0AA

Tints of Rainee #ACC0AA

RGB

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

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

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

R = 32.21%
G = 35.96%
B = 31.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#ACC0AA (or 0xACC0AA) is known color: Rainee. HEX triplet: AC, C0 and AA. RGB value is (172,192,170). Sum of RGB (Red+Green+Blue) = 172+192+170=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AA is #533F55. Grayscale: #B7B7B7. Windows color (decimal): -5455702 or 11190444. OLE color: 11190444.

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

Color convert

RGB 172 192 170 -
CMYK 0.10 0 0.11 0.25
HSL 114.55º 0.15% 0.71% -
HSV(B) 114.55º 0.11% 0.75% -
XYZ 43.12 49.37 45.29 -
YUV 183.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 172 192 170 0.10 0 0.11 0.25 114.55 0.15 0.71
Hex AC C0 AA A 0 B 19 73 F 47
Octal 254 300 252 12 0 13 31 163 17 107
Binary 10101100 11000000 10101010 1010 0 1011 11001 1110011 1111 1000111

Color Harmonies of #ACC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0AA

Black with #ACC0AA

Text Example


Text Example

White with #ACC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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