Html Css Color HEX #ACCAA6 Rainee

📋 copy color: '#ACCAA6'

red 172 ◦ green 202 ◦ blue 166

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

Shades of Rainee #ACCAA6

Tints of Rainee #ACCAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 166 (65.23% from 255) = 30.74%

R = 31.85%
G = 37.41%
B = 30.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#ACCAA6 (or 0xACCAA6) is known color: Rainee. HEX triplet: AC, CA and A6. RGB value is (172,202,166). Sum of RGB (Red+Green+Blue) = 172+202+166=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA6 is #533559. Grayscale: #BDBDBD. Windows color (decimal): -5453146 or 10930860. OLE color: 10930860.

HSL color Cylindrical-coordinate representation of color #ACCAA6: hue angle of 110º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCAA6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 166 -
CMYK 0.15 0 0.18 0.21
HSL 110º 0.25% 0.72% -
HSV(B) 110º 0.18% 0.79% -
XYZ 45.02 53.76 44.08 -
YUV 188.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 172 202 166 0.15 0 0.18 0.21 110 0.25 0.72
Hex AC CA A6 F 0 12 15 6E 19 48
Octal 254 312 246 17 0 22 25 156 31 110
Binary 10101100 11001010 10100110 1111 0 10010 10101 1101110 11001 1001000

Color Harmonies of #ACCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAA6

Black with #ACCAA6

Text Example


Text Example

White with #ACCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAA6; }

 p { color: rgb(172,202,166); }

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

background-color css

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

 a { background-color: rgb(172,202,166); }

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

border-color css

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

 span { border-color: rgb(172,202,166); }

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