#A4A5B5

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

Shades of Logan #A4A5B5

Tints of Logan #A4A5B5

Color information

#A4A5B5 (or 0xA4A5B5) is unknown color: approx Logan. HEX triplet: A4, A5 and B5. RGB value is (164,165,181). Sum of RGB (Red+Green+Blue) = 164+165+181=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4A5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A5B5 is #5B5A4A. Grayscale: #A6A6A6. Windows color (decimal): -5986891 or 11904420. OLE color: 11904420.

HSL color Cylindrical-coordinate representation of color #A4A5B5: hue angle of 236.47º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A5B5 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164165181-
CMYK0.090.0900.29
HSL236.47º10.3%67.65%-
HSV(B)236.47º9.39%70.98%-
XYZ37.1138.1449.12-
YUV166.52136.17126.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=32.16%
G=32.35%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641651810.090.0900.29236.4710.367.65
HexA4A5B59901Deca44
Octal244245265111103535412104
Binary101001001010010110110101100110010111011110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A5B5; }

 p { color: rgb(164,165,181); }

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

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

 a { background-color: rgb(164,165,181); }

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

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

 span { border-color: rgb(164,165,181); }

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