Html Css Color HEX #A2B69C Spring Rain

📋 copy color: '#A2B69C'

red 162 ◦ green 182 ◦ blue 156

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

Shades of Spring Rain #A2B69C

Tints of Spring Rain #A2B69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

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

R = 32.4%
G = 36.4%
B = 31.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A2B69C (or 0xA2B69C) is known color: Spring Rain. HEX triplet: A2, B6 and 9C. RGB value is (162,182,156). Sum of RGB (Red+Green+Blue) = 162+182+156=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B69C is #5D4963. Grayscale: #ADADAD. Windows color (decimal): -6113636 or 10270370. OLE color: 10270370.

HSL color Cylindrical-coordinate representation of color #A2B69C: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B69C is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 156 -
CMYK 0.11 0 0.14 0.29
HSL 106.15º 0.15% 0.66% -
HSV(B) 106.15º 0.14% 0.71% -
XYZ 37.63 43.54 37.87 -
YUV 173.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 162 182 156 0.11 0 0.14 0.29 106.15 0.15 0.66
Hex A2 B6 9C B 0 E 1D 6A F 42
Octal 242 266 234 13 0 16 35 152 17 102
Binary 10100010 10110110 10011100 1011 0 1110 11101 1101010 1111 1000010

Color Harmonies of #A2B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B69C

Black with #A2B69C

Text Example


Text Example

White with #A2B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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