#A5B3A8

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

Shades of Edward #A5B3A8

Tints of Edward #A5B3A8

Color information

#A5B3A8 (or 0xA5B3A8) is unknown color: approx Edward. HEX triplet: A5, B3 and A8. RGB value is (165,179,168). Sum of RGB (Red+Green+Blue) = 165+179+168=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3A8 is #5A4C57. Grayscale: #ADADAD. Windows color (decimal): -5917784 or 11056037. OLE color: 11056037.

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

Color convert

RGB165179168-
CMYK0.0800.060.30
HSL132.86º8.43%67.45%-
HSV(B)132.86º7.82%70.2%-
XYZ38.7143.0743.32-
YUV173.56124.86121.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=32.23%
G=34.96%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791680.0800.060.30132.868.4367.45
HexA5B3A88061E85843
Octal24526325010063620510103
Binary10100101101100111010100010000110111101000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3A8; }

 p { color: rgb(165,179,168); }

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

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

 a { background-color: rgb(165,179,168); }

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

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

 span { border-color: rgb(165,179,168); }

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