Html Css Color HEX #A8ACA7 Spring Rain

📋 copy color: '#A8ACA7'

red 168 ◦ green 172 ◦ blue 167

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

Shades of Spring Rain #A8ACA7

Tints of Spring Rain #A8ACA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.94%

R = 33.14%
G = 33.93%
B = 32.94%

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

#A8ACA7 (or 0xA8ACA7) is known color: Spring Rain. HEX triplet: A8, AC and A7. RGB value is (168,172,167). Sum of RGB (Red+Green+Blue) = 168+172+167=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA7 is #575358. Grayscale: #AAAAAA. Windows color (decimal): -5722969 or 10988712. OLE color: 10988712.

HSL color Cylindrical-coordinate representation of color #A8ACA7: hue angle of 108º 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 #A8ACA7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 167 -
CMYK 0.02 0 0.03 0.33
HSL 108º 0.03% 0.66% -
HSV(B) 108º 0.03% 0.67% -
XYZ 37.88 40.62 42.4 -
YUV 170.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 168 172 167 0.02 0 0.03 0.33 108 0.03 0.66
Hex A8 AC A7 2 0 3 21 6C 3 42
Octal 250 254 247 2 0 3 41 154 3 102
Binary 10101000 10101100 10100111 10 0 11 100001 1101100 11 1000010

Color Harmonies of #A8ACA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACA7

Black with #A8ACA7

Text Example


Text Example

White with #A8ACA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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