Html Css Color HEX #A0AE9B Spring Rain

📋 copy color: '#A0AE9B'

red 160 ◦ green 174 ◦ blue 155

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

Shades of Spring Rain #A0AE9B

Tints of Spring Rain #A0AE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 32.72%
G = 35.58%
B = 31.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#A0AE9B (or 0xA0AE9B) is known color: Spring Rain. HEX triplet: A0, AE and 9B. RGB value is (160,174,155). Sum of RGB (Red+Green+Blue) = 160+174+155=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE9B is #5F5164. Grayscale: #A7A7A7. Windows color (decimal): -6246757 or 10202784. OLE color: 10202784.

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

Color convert

RGB 160 174 155 -
CMYK 0.08 0 0.11 0.32
HSL 104.21º 0.1% 0.65% -
HSV(B) 104.21º 0.11% 0.68% -
XYZ 35.55 40.11 36.88 -
YUV 167.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 160 174 155 0.08 0 0.11 0.32 104.21 0.1 0.65
Hex A0 AE 9B 8 0 B 20 68 A 41
Octal 240 256 233 10 0 13 40 150 12 101
Binary 10100000 10101110 10011011 1000 0 1011 100000 1101000 1010 1000001

Color Harmonies of #A0AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE9B

Black with #A0AE9B

Text Example


Text Example

White with #A0AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE9B; }

 p { color: rgb(160,174,155); }

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

background-color css

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

 a { background-color: rgb(160,174,155); }

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

border-color css

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

 span { border-color: rgb(160,174,155); }

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