Html Css Color HEX #A2B29C Spring Rain

📋 copy color: '#A2B29C'

red 162 ◦ green 178 ◦ blue 156

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

Shades of Spring Rain #A2B29C

Tints of Spring Rain #A2B29C

RGB

 RED value IS 162 (63.67% from 255) = 32.66%

 GREEN value IS 178 (69.92% from 255) = 35.89%

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 32.66%
G = 35.89%
B = 31.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#A2B29C (or 0xA2B29C) is known color: Spring Rain. HEX triplet: A2, B2 and 9C. RGB value is (162,178,156). Sum of RGB (Red+Green+Blue) = 162+178+156=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B29C is #5D4D63. Grayscale: #AAAAAA. Windows color (decimal): -6114660 or 10269346. OLE color: 10269346.

HSL color Cylindrical-coordinate representation of color #A2B29C: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B29C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 156 -
CMYK 0.09 0 0.12 0.30
HSL 103.64º 0.13% 0.65% -
HSV(B) 103.64º 0.12% 0.7% -
XYZ 36.82 41.92 37.6 -
YUV 170.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 162 178 156 0.09 0 0.12 0.30 103.64 0.13 0.65
Hex A2 B2 9C 9 0 C 1E 68 C 41
Octal 242 262 234 11 0 14 36 150 14 101
Binary 10100010 10110010 10011100 1001 0 1100 11110 1101000 1100 1000001

Color Harmonies of #A2B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B29C

Black with #A2B29C

Text Example


Text Example

White with #A2B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B29C; }

 p { color: rgb(162,178,156); }

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

background-color css

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

 a { background-color: rgb(162,178,156); }

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

border-color css

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

 span { border-color: rgb(162,178,156); }

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