Html Css Color HEX #A8B8A6 Spring Rain

📋 copy color: '#A8B8A6'

red 168 ◦ green 184 ◦ blue 166

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

Shades of Spring Rain #A8B8A6

Tints of Spring Rain #A8B8A6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

 BLUE value IS 166 (65.23% from 255) = 32.05%

R = 32.43%
G = 35.52%
B = 32.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#A8B8A6 (or 0xA8B8A6) is known color: Spring Rain. HEX triplet: A8, B8 and A6. RGB value is (168,184,166). Sum of RGB (Red+Green+Blue) = 168+184+166=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8A6 is #574759. Grayscale: #B1B1B1. Windows color (decimal): -5719898 or 10926248. OLE color: 10926248.

HSL color Cylindrical-coordinate representation of color #A8B8A6: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B8A6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 166 -
CMYK 0.09 0 0.10 0.28
HSL 113.33º 0.11% 0.69% -
HSV(B) 113.33º 0.1% 0.72% -
XYZ 40.17 45.36 42.71 -
YUV 177.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 168 184 166 0.09 0 0.10 0.28 113.33 0.11 0.69
Hex A8 B8 A6 9 0 A 1C 71 B 45
Octal 250 270 246 11 0 12 34 161 13 105
Binary 10101000 10111000 10100110 1001 0 1010 11100 1110001 1011 1000101

Color Harmonies of #A8B8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B8A6

Black with #A8B8A6

Text Example


Text Example

White with #A8B8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B8A6; }

 p { color: rgb(168,184,166); }

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

background-color css

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

 a { background-color: rgb(168,184,166); }

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

border-color css

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

 span { border-color: rgb(168,184,166); }

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