Html Css Color HEX #ACC0A0 Spring Rain

📋 copy color: '#ACC0A0'

red 172 ◦ green 192 ◦ blue 160

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

Shades of Spring Rain #ACC0A0

Tints of Spring Rain #ACC0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 32.82%
G = 36.64%
B = 30.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#ACC0A0 (or 0xACC0A0) is known color: Spring Rain. HEX triplet: AC, C0 and A0. RGB value is (172,192,160). Sum of RGB (Red+Green+Blue) = 172+192+160=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0A0 is #533F5F. Grayscale: #B6B6B6. Windows color (decimal): -5455712 or 10535084. OLE color: 10535084.

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

Color convert

RGB 172 192 160 -
CMYK 0.10 0 0.17 0.25
HSL 97.5º 0.2% 0.69% -
HSV(B) 97.5º 0.17% 0.75% -
XYZ 42.21 49.01 40.49 -
YUV 182.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 172 192 160 0.10 0 0.17 0.25 97.5 0.2 0.69
Hex AC C0 A0 A 0 11 19 62 14 45
Octal 254 300 240 12 0 21 31 142 24 105
Binary 10101100 11000000 10100000 1010 0 10001 11001 1100010 10100 1000101

Color Harmonies of #ACC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0A0

Black with #ACC0A0

Text Example


Text Example

White with #ACC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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