Html Css Color HEX #ACC3A6 Spring Rain

📋 copy color: '#ACC3A6'

red 172 ◦ green 195 ◦ blue 166

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

Shades of Spring Rain #ACC3A6

Tints of Spring Rain #ACC3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 32.27%
G = 36.59%
B = 31.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#ACC3A6 (or 0xACC3A6) is known color: Spring Rain. HEX triplet: AC, C3 and A6. RGB value is (172,195,166). Sum of RGB (Red+Green+Blue) = 172+195+166=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3A6 is #533C59. Grayscale: #B8B8B8. Windows color (decimal): -5454938 or 10929068. OLE color: 10929068.

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

Color convert

RGB 172 195 166 -
CMYK 0.12 0 0.15 0.24
HSL 107.59º 0.19% 0.71% -
HSV(B) 107.59º 0.15% 0.76% -
XYZ 43.41 50.55 43.55 -
YUV 184.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 172 195 166 0.12 0 0.15 0.24 107.59 0.19 0.71
Hex AC C3 A6 C 0 F 18 6C 13 47
Octal 254 303 246 14 0 17 30 154 23 107
Binary 10101100 11000011 10100110 1100 0 1111 11000 1101100 10011 1000111

Color Harmonies of #ACC3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3A6

Black with #ACC3A6

Text Example


Text Example

White with #ACC3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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