Html Css Color HEX #ACC9A4 Spring Rain

📋 copy color: '#ACC9A4'

red 172 ◦ green 201 ◦ blue 164

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

Shades of Spring Rain #ACC9A4

Tints of Spring Rain #ACC9A4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 32.03%
G = 37.43%
B = 30.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#ACC9A4 (or 0xACC9A4) is known color: Spring Rain. HEX triplet: AC, C9 and A4. RGB value is (172,201,164). Sum of RGB (Red+Green+Blue) = 172+201+164=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9A4 is #53365B. Grayscale: #BCBCBC. Windows color (decimal): -5453404 or 10799532. OLE color: 10799532.

HSL color Cylindrical-coordinate representation of color #ACC9A4: hue angle of 107.03º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC9A4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 164 -
CMYK 0.14 0 0.18 0.21
HSL 107.03º 0.26% 0.72% -
HSV(B) 107.03º 0.18% 0.79% -
XYZ 44.6 53.22 43.04 -
YUV 188.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 172 201 164 0.14 0 0.18 0.21 107.03 0.26 0.72
Hex AC C9 A4 E 0 12 15 6B 1A 48
Octal 254 311 244 16 0 22 25 153 32 110
Binary 10101100 11001001 10100100 1110 0 10010 10101 1101011 11010 1001000

Color Harmonies of #ACC9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9A4

Black with #ACC9A4

Text Example


Text Example

White with #ACC9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9A4; }

 p { color: rgb(172,201,164); }

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

background-color css

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

 a { background-color: rgb(172,201,164); }

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

border-color css

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

 span { border-color: rgb(172,201,164); }

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