Html Css Color HEX #A2B09E Spring Rain

📋 copy color: '#A2B09E'

red 162 ◦ green 176 ◦ blue 158

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

Shades of Spring Rain #A2B09E

Tints of Spring Rain #A2B09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 32.66%
G = 35.48%
B = 31.85%

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

#A2B09E (or 0xA2B09E) is known color: Spring Rain. HEX triplet: A2, B0 and 9E. RGB value is (162,176,158). Sum of RGB (Red+Green+Blue) = 162+176+158=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09E is #5D4F61. Grayscale: #A9A9A9. Windows color (decimal): -6115170 or 10399906. OLE color: 10399906.

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

Color convert

RGB 162 176 158 -
CMYK 0.08 0 0.10 0.31
HSL 106.67º 0.1% 0.65% -
HSV(B) 106.67º 0.1% 0.69% -
XYZ 36.6 41.2 38.37 -
YUV 169.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 162 176 158 0.08 0 0.10 0.31 106.67 0.1 0.65
Hex A2 B0 9E 8 0 A 1F 6B A 41
Octal 242 260 236 10 0 12 37 153 12 101
Binary 10100010 10110000 10011110 1000 0 1010 11111 1101011 1010 1000001

Color Harmonies of #A2B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B09E

Black with #A2B09E

Text Example


Text Example

White with #A2B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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