Html Css Color HEX #A2B09D Spring Rain

📋 copy color: '#A2B09D'

red 162 ◦ green 176 ◦ blue 157

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

Shades of Spring Rain #A2B09D

Tints of Spring Rain #A2B09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 32.73%
G = 35.56%
B = 31.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#A2B09D (or 0xA2B09D) is known color: Spring Rain. HEX triplet: A2, B0 and 9D. RGB value is (162,176,157). Sum of RGB (Red+Green+Blue) = 162+176+157=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09D is #5D4F62. Grayscale: #A9A9A9. Windows color (decimal): -6115171 or 10334370. OLE color: 10334370.

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

Color convert

RGB 162 176 157 -
CMYK 0.08 0 0.11 0.31
HSL 104.21º 0.11% 0.65% -
HSV(B) 104.21º 0.11% 0.69% -
XYZ 36.51 41.17 37.92 -
YUV 169.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 162 176 157 0.08 0 0.11 0.31 104.21 0.11 0.65
Hex A2 B0 9D 8 0 B 1F 68 B 41
Octal 242 260 235 10 0 13 37 150 13 101
Binary 10100010 10110000 10011101 1000 0 1011 11111 1101000 1011 1000001

Color Harmonies of #A2B09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B09D

Black with #A2B09D

Text Example


Text Example

White with #A2B09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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