Html Css Color HEX #A2B09B Spring Rain

📋 copy color: '#A2B09B'

red 162 ◦ green 176 ◦ blue 155

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

Shades of Spring Rain #A2B09B

Tints of Spring Rain #A2B09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 32.86%
G = 35.7%
B = 31.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A2B09B (or 0xA2B09B) is known color: Spring Rain. HEX triplet: A2, B0 and 9B. RGB value is (162,176,155). Sum of RGB (Red+Green+Blue) = 162+176+155=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09B is #5D4F64. Grayscale: #A9A9A9. Windows color (decimal): -6115173 or 10203298. OLE color: 10203298.

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

Color convert

RGB 162 176 155 -
CMYK 0.08 0 0.12 0.31
HSL 100º 0.12% 0.65% -
HSV(B) 100º 0.12% 0.69% -
XYZ 36.34 41.1 37.03 -
YUV 169.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 162 176 155 0.08 0 0.12 0.31 100 0.12 0.65
Hex A2 B0 9B 8 0 C 1F 64 C 41
Octal 242 260 233 10 0 14 37 144 14 101
Binary 10100010 10110000 10011011 1000 0 1100 11111 1100100 1100 1000001

Color Harmonies of #A2B09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B09B

Black with #A2B09B

Text Example


Text Example

White with #A2B09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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