Html Css Color HEX #A8ACA6 Spring Rain

📋 copy color: '#A8ACA6'

red 168 ◦ green 172 ◦ blue 166

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

Shades of Spring Rain #A8ACA6

Tints of Spring Rain #A8ACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

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

R = 33.2%
G = 33.99%
B = 32.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#A8ACA6 (or 0xA8ACA6) is known color: Spring Rain. HEX triplet: A8, AC and A6. RGB value is (168,172,166). Sum of RGB (Red+Green+Blue) = 168+172+166=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA6 is #575359. Grayscale: #AAAAAA. Windows color (decimal): -5722970 or 10923176. OLE color: 10923176.

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

Color convert

RGB 168 172 166 -
CMYK 0.02 0 0.03 0.33
HSL 100º 0.03% 0.66% -
HSV(B) 100º 0.03% 0.67% -
XYZ 37.78 40.58 41.92 -
YUV 170.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 168 172 166 0.02 0 0.03 0.33 100 0.03 0.66
Hex A8 AC A6 2 0 3 21 64 3 42
Octal 250 254 246 2 0 3 41 144 3 102
Binary 10101000 10101100 10100110 10 0 11 100001 1100100 11 1000010

Color Harmonies of #A8ACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACA6

Black with #A8ACA6

Text Example


Text Example

White with #A8ACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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