Html Css Color HEX #A8AEA5 Spring Rain

📋 copy color: '#A8AEA5'

red 168 ◦ green 174 ◦ blue 165

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

Shades of Spring Rain #A8AEA5

Tints of Spring Rain #A8AEA5

RGB

 RED value IS 168 (66.02% from 255) = 33.14%

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 33.14%
G = 34.32%
B = 32.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#A8AEA5 (or 0xA8AEA5) is known color: Spring Rain. HEX triplet: A8, AE and A5. RGB value is (168,174,165). Sum of RGB (Red+Green+Blue) = 168+174+165=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA5 is #57515A. Grayscale: #ABABAB. Windows color (decimal): -5722459 or 10858152. OLE color: 10858152.

HSL color Cylindrical-coordinate representation of color #A8AEA5: hue angle of 100º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8AEA5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 165 -
CMYK 0.03 0 0.05 0.32
HSL 100º 0.05% 0.66% -
HSV(B) 100º 0.05% 0.68% -
XYZ 38.08 41.31 41.56 -
YUV 171.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 168 174 165 0.03 0 0.05 0.32 100 0.05 0.66
Hex A8 AE A5 3 0 5 20 64 5 42
Octal 250 256 245 3 0 5 40 144 5 102
Binary 10101000 10101110 10100101 11 0 101 100000 1100100 101 1000010

Color Harmonies of #A8AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEA5

Black with #A8AEA5

Text Example


Text Example

White with #A8AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEA5; }

 p { color: rgb(168,174,165); }

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

background-color css

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

 a { background-color: rgb(168,174,165); }

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

border-color css

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

 span { border-color: rgb(168,174,165); }

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