#A5ACA2

Color #A5ACA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A5ACA2

Tints of Spring Rain #A5ACA2

Color information

#A5ACA2 (or 0xA5ACA2) is unknown color: approx Spring Rain. HEX triplet: A5, AC and A2. RGB value is (165,172,162). Sum of RGB (Red+Green+Blue) = 165+172+162=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 172 - color contains mainly: green. Hex color #A5ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ACA2 is #5A535D. Grayscale: #A8A8A8. Windows color (decimal): -5919582 or 10661029. OLE color: 10661029.

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

Color convert

RGB165172162-
CMYK0.0400.060.33
HSL102º5.68%65.49%-
HSV(B)102º5.81%67.45%-
XYZ36.7940.1139.99-
YUV168.77124.18125.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=33.07%
G=34.47%
B=32.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721620.0400.060.331025.6865.49
HexA5ACA24062166641
Octal245254242406411466101
Binary101001011010110010100010100011010000111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACA2; }

 p { color: rgb(165,172,162); }

 H1.HeaderClassName
 {
   color: #A5ACA2;
 }
 .AnyTagClassName
 {
   color: #A5ACA2;
 }
</style>
background-color css

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

 a { background-color: rgb(165,172,162); }

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

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

 span { border-color: rgb(165,172,162); }

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