Html Css Color HEX #ACCCA0 Spring Rain

📋 copy color: '#ACCCA0'

red 172 ◦ green 204 ◦ blue 160

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

Shades of Spring Rain #ACCCA0

Tints of Spring Rain #ACCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 32.09%
G = 38.06%
B = 29.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#ACCCA0 (or 0xACCCA0) is known color: Spring Rain. HEX triplet: AC, CC and A0. RGB value is (172,204,160). Sum of RGB (Red+Green+Blue) = 172+204+160=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA0 is #53335F. Grayscale: #BDBDBD. Windows color (decimal): -5452640 or 10538156. OLE color: 10538156.

HSL color Cylindrical-coordinate representation of color #ACCCA0: hue angle of 103.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCCA0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 160 -
CMYK 0.16 0 0.22 0.2
HSL 103.64º 0.3% 0.71% -
HSV(B) 103.64º 0.22% 0.8% -
XYZ 44.95 54.49 41.41 -
YUV 189.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 172 204 160 0.16 0 0.22 0.2 103.64 0.3 0.71
Hex AC CC A0 10 0 16 14 68 1E 47
Octal 254 314 240 20 0 26 24 150 36 107
Binary 10101100 11001100 10100000 10000 0 10110 10100 1101000 11110 1000111

Color Harmonies of #ACCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCA0

Black with #ACCCA0

Text Example


Text Example

White with #ACCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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