Html Css Color HEX #A0B098 Spring Rain

📋 copy color: '#A0B098'

red 160 ◦ green 176 ◦ blue 152

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

Shades of Spring Rain #A0B098

Tints of Spring Rain #A0B098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 32.79%
G = 36.07%
B = 31.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#A0B098 (or 0xA0B098) is known color: Spring Rain. HEX triplet: A0, B0 and 98. RGB value is (160,176,152). Sum of RGB (Red+Green+Blue) = 160+176+152=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B098 is #5F4F67. Grayscale: #A8A8A8. Windows color (decimal): -6246248 or 10006688. OLE color: 10006688.

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

Color convert

RGB 160 176 152 -
CMYK 0.09 0 0.14 0.31
HSL 100º 0.13% 0.64% -
HSV(B) 100º 0.14% 0.69% -
XYZ 35.69 40.79 35.7 -
YUV 168.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 160 176 152 0.09 0 0.14 0.31 100 0.13 0.64
Hex A0 B0 98 9 0 E 1F 64 D 40
Octal 240 260 230 11 0 16 37 144 15 100
Binary 10100000 10110000 10011000 1001 0 1110 11111 1100100 1101 1000000

Color Harmonies of #A0B098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B098

Black with #A0B098

Text Example


Text Example

White with #A0B098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B098; }

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

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

background-color css

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

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

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

border-color css

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

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

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