Html Css Color HEX #A0B09A Spring Rain

📋 copy color: '#A0B09A'

red 160 ◦ green 176 ◦ blue 154

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

Shades of Spring Rain #A0B09A

Tints of Spring Rain #A0B09A

RGB

 RED value IS 160 (62.89% from 255) = 32.65%

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 32.65%
G = 35.92%
B = 31.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A0B09A (or 0xA0B09A) is known color: Spring Rain. HEX triplet: A0, B0 and 9A. RGB value is (160,176,154). Sum of RGB (Red+Green+Blue) = 160+176+154=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B09A is #5F4F65. Grayscale: #A8A8A8. Windows color (decimal): -6246246 or 10137760. OLE color: 10137760.

HSL color Cylindrical-coordinate representation of color #A0B09A: hue angle of 103.64º 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 #A0B09A is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 154 -
CMYK 0.09 0 0.12 0.31
HSL 103.64º 0.12% 0.65% -
HSV(B) 103.64º 0.13% 0.69% -
XYZ 35.86 40.86 36.57 -
YUV 168.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 160 176 154 0.09 0 0.12 0.31 103.64 0.12 0.65
Hex A0 B0 9A 9 0 C 1F 68 C 41
Octal 240 260 232 11 0 14 37 150 14 101
Binary 10100000 10110000 10011010 1001 0 1100 11111 1101000 1100 1000001

Color Harmonies of #A0B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B09A

Black with #A0B09A

Text Example


Text Example

White with #A0B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B09A; }

 p { color: rgb(160,176,154); }

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

background-color css

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

 a { background-color: rgb(160,176,154); }

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

border-color css

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

 span { border-color: rgb(160,176,154); }

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