Html Css Color HEX #A2AF9E Spring Rain

📋 copy color: '#A2AF9E'

red 162 ◦ green 175 ◦ blue 158

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

Shades of Spring Rain #A2AF9E

Tints of Spring Rain #A2AF9E

RGB

 RED value IS 162 (63.67% from 255) = 32.73%

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 32.73%
G = 35.35%
B = 31.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A2AF9E (or 0xA2AF9E) is known color: Spring Rain. HEX triplet: A2, AF and 9E. RGB value is (162,175,158). Sum of RGB (Red+Green+Blue) = 162+175+158=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF9E is #5D5061. Grayscale: #A9A9A9. Windows color (decimal): -6115426 or 10399650. OLE color: 10399650.

HSL color Cylindrical-coordinate representation of color #A2AF9E: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2AF9E is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 158 -
CMYK 0.07 0 0.10 0.31
HSL 105.88º 0.1% 0.65% -
HSV(B) 105.88º 0.1% 0.69% -
XYZ 36.4 40.81 38.31 -
YUV 169.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 162 175 158 0.07 0 0.10 0.31 105.88 0.1 0.65
Hex A2 AF 9E 7 0 A 1F 6A A 41
Octal 242 257 236 7 0 12 37 152 12 101
Binary 10100010 10101111 10011110 111 0 1010 11111 1101010 1010 1000001

Color Harmonies of #A2AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF9E

Black with #A2AF9E

Text Example


Text Example

White with #A2AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF9E; }

 p { color: rgb(162,175,158); }

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

background-color css

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

 a { background-color: rgb(162,175,158); }

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

border-color css

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

 span { border-color: rgb(162,175,158); }

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