Html Css Color HEX #A2B09F Spring Rain

📋 copy color: '#A2B09F'

red 162 ◦ green 176 ◦ blue 159

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

Shades of Spring Rain #A2B09F

Tints of Spring Rain #A2B09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 32.6%
G = 35.41%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A2B09F (or 0xA2B09F) is known color: Spring Rain. HEX triplet: A2, B0 and 9F. RGB value is (162,176,159). Sum of RGB (Red+Green+Blue) = 162+176+159=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09F is #5D4F60. Grayscale: #A9A9A9. Windows color (decimal): -6115169 or 10465442. OLE color: 10465442.

HSL color Cylindrical-coordinate representation of color #A2B09F: hue angle of 109.41º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B09F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 159 -
CMYK 0.08 0 0.10 0.31
HSL 109.41º 0.1% 0.66% -
HSV(B) 109.41º 0.1% 0.69% -
XYZ 36.68 41.24 38.83 -
YUV 169.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 162 176 159 0.08 0 0.10 0.31 109.41 0.1 0.66
Hex A2 B0 9F 8 0 A 1F 6D A 42
Octal 242 260 237 10 0 12 37 155 12 102
Binary 10100010 10110000 10011111 1000 0 1010 11111 1101101 1010 1000010

Color Harmonies of #A2B09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B09F

Black with #A2B09F

Text Example


Text Example

White with #A2B09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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