Html Css Color HEX #A2B69F Spring Rain

📋 copy color: '#A2B69F'

red 162 ◦ green 182 ◦ blue 159

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

Shades of Spring Rain #A2B69F

Tints of Spring Rain #A2B69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 32.21%
G = 36.18%
B = 31.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A2B69F (or 0xA2B69F) is known color: Spring Rain. HEX triplet: A2, B6 and 9F. RGB value is (162,182,159). Sum of RGB (Red+Green+Blue) = 162+182+159=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B69F is #5D4960. Grayscale: #ADADAD. Windows color (decimal): -6113633 or 10466978. OLE color: 10466978.

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

Color convert

RGB 162 182 159 -
CMYK 0.11 0 0.13 0.29
HSL 112.17º 0.14% 0.67% -
HSV(B) 112.17º 0.13% 0.71% -
XYZ 37.89 43.64 39.23 -
YUV 173.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 162 182 159 0.11 0 0.13 0.29 112.17 0.14 0.67
Hex A2 B6 9F B 0 D 1D 70 E 43
Octal 242 266 237 13 0 15 35 160 16 103
Binary 10100010 10110110 10011111 1011 0 1101 11101 1110000 1110 1000011

Color Harmonies of #A2B69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B69F

Black with #A2B69F

Text Example


Text Example

White with #A2B69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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