Html Css Color HEX #ACC0A5 Spring Rain

📋 copy color: '#ACC0A5'

red 172 ◦ green 192 ◦ blue 165

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

Shades of Spring Rain #ACC0A5

Tints of Spring Rain #ACC0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 32.51%
G = 36.29%
B = 31.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#ACC0A5 (or 0xACC0A5) is known color: Spring Rain. HEX triplet: AC, C0 and A5. RGB value is (172,192,165). Sum of RGB (Red+Green+Blue) = 172+192+165=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0A5 is #533F5A. Grayscale: #B7B7B7. Windows color (decimal): -5455707 or 10862764. OLE color: 10862764.

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

Color convert

RGB 172 192 165 -
CMYK 0.10 0 0.14 0.25
HSL 104.44º 0.18% 0.7% -
HSV(B) 104.44º 0.14% 0.75% -
XYZ 42.65 49.19 42.84 -
YUV 182.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 172 192 165 0.10 0 0.14 0.25 104.44 0.18 0.7
Hex AC C0 A5 A 0 E 19 68 12 46
Octal 254 300 245 12 0 16 31 150 22 106
Binary 10101100 11000000 10100101 1010 0 1110 11001 1101000 10010 1000110

Color Harmonies of #ACC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0A5

Black with #ACC0A5

Text Example


Text Example

White with #ACC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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