#A1ACA2

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

Shades of Edward #A1ACA2

Tints of Edward #A1ACA2

Color information

#A1ACA2 (or 0xA1ACA2) is unknown color: approx Edward. HEX triplet: A1, AC and A2. RGB value is (161,172,162). Sum of RGB (Red+Green+Blue) = 161+172+162=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #A1ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACA2 is #5E535D. Grayscale: #A7A7A7. Windows color (decimal): -6181726 or 10661025. OLE color: 10661025.

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

Color convert

RGB161172162-
CMYK0.0600.060.33
HSL125.45º6.21%65.29%-
HSV(B)125.45º6.4%67.45%-
XYZ35.9739.6939.95-
YUV167.57124.86123.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=32.53%
G=34.75%
B=32.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721620.0600.060.33125.456.2165.29
HexA1ACA2606217d641
Octal241254242606411756101
Binary101000011010110010100010110011010000111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACA2; }

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

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

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

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

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

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

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

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