Html Css Color HEX #ACC8A6 Rainee

📋 copy color: '#ACC8A6'

red 172 ◦ green 200 ◦ blue 166

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

Shades of Rainee #ACC8A6

Tints of Rainee #ACC8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 31.97%
G = 37.17%
B = 30.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#ACC8A6 (or 0xACC8A6) is known color: Rainee. HEX triplet: AC, C8 and A6. RGB value is (172,200,166). Sum of RGB (Red+Green+Blue) = 172+200+166=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8A6 is #533759. Grayscale: #BBBBBB. Windows color (decimal): -5453658 or 10930348. OLE color: 10930348.

HSL color Cylindrical-coordinate representation of color #ACC8A6: hue angle of 109.41º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC8A6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 166 -
CMYK 0.14 0 0.17 0.22
HSL 109.41º 0.24% 0.72% -
HSV(B) 109.41º 0.17% 0.78% -
XYZ 44.55 52.83 43.93 -
YUV 187.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 172 200 166 0.14 0 0.17 0.22 109.41 0.24 0.72
Hex AC C8 A6 E 0 11 16 6D 18 48
Octal 254 310 246 16 0 21 26 155 30 110
Binary 10101100 11001000 10100110 1110 0 10001 10110 1101101 11000 1001000

Color Harmonies of #ACC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8A6

Black with #ACC8A6

Text Example


Text Example

White with #ACC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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