Html Css Color HEX #A4CCA0 Spring Rain

📋 copy color: '#A4CCA0'

red 164 ◦ green 204 ◦ blue 160

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

Shades of Spring Rain #A4CCA0

Tints of Spring Rain #A4CCA0

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

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

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

R = 31.06%
G = 38.64%
B = 30.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#A4CCA0 (or 0xA4CCA0) is known color: Spring Rain. HEX triplet: A4, CC and A0. RGB value is (164,204,160). Sum of RGB (Red+Green+Blue) = 164+204+160=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CCA0 is #5B335F. Grayscale: #BBBBBB. Windows color (decimal): -5976928 or 10538148. OLE color: 10538148.

HSL color Cylindrical-coordinate representation of color #A4CCA0: hue angle of 114.55º 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 #A4CCA0 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 160 -
CMYK 0.20 0 0.22 0.2
HSL 114.55º 0.3% 0.71% -
HSV(B) 114.55º 0.22% 0.8% -
XYZ 43.25 53.62 41.33 -
YUV 187.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 164 204 160 0.20 0 0.22 0.2 114.55 0.3 0.71
Hex A4 CC A0 14 0 16 14 73 1E 47
Octal 244 314 240 24 0 26 24 163 36 107
Binary 10100100 11001100 10100000 10100 0 10110 10100 1110011 11110 1000111

Color Harmonies of #A4CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCA0

Black with #A4CCA0

Text Example


Text Example

White with #A4CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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