Html Css Color HEX #A0B09F Spring Rain

📋 copy color: '#A0B09F'

red 160 ◦ green 176 ◦ blue 159

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

Shades of Spring Rain #A0B09F

Tints of Spring Rain #A0B09F

RGB

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

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

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

R = 32.32%
G = 35.56%
B = 32.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A0B09F (or 0xA0B09F) is known color: Spring Rain. HEX triplet: A0, B0 and 9F. RGB value is (160,176,159). Sum of RGB (Red+Green+Blue) = 160+176+159=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B09F is #5F4F60. Grayscale: #A9A9A9. Windows color (decimal): -6246241 or 10465440. OLE color: 10465440.

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

Color convert

RGB 160 176 159 -
CMYK 0.09 0 0.10 0.31
HSL 116.47º 0.1% 0.66% -
HSV(B) 116.47º 0.1% 0.69% -
XYZ 36.28 41.03 38.81 -
YUV 169.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 160 176 159 0.09 0 0.10 0.31 116.47 0.1 0.66
Hex A0 B0 9F 9 0 A 1F 74 A 42
Octal 240 260 237 11 0 12 37 164 12 102
Binary 10100000 10110000 10011111 1001 0 1010 11111 1110100 1010 1000010

Color Harmonies of #A0B09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B09F

Black with #A0B09F

Text Example


Text Example

White with #A0B09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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