#A5B2B3

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

Shades of Casper #A5B2B3

Tints of Casper #A5B2B3

Color information

#A5B2B3 (or 0xA5B2B3) is unknown color: approx Casper. HEX triplet: A5, B2 and B3. RGB value is (165,178,179). Sum of RGB (Red+Green+Blue) = 165+178+179=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #A5B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2B3 is #5A4D4C. Grayscale: #AEAEAE. Windows color (decimal): -5918029 or 11776677. OLE color: 11776677.

HSL color Cylindrical-coordinate representation of color #A5B2B3: hue angle of 184.29º 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 #A5B2B3 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165178179-
CMYK0.080.0100.30
HSL184.29º8.43%67.45%-
HSV(B)184.29º7.82%70.2%-
XYZ39.5743.0948.88-
YUV174.23130.69121.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=31.61%
G=34.10%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781790.080.0100.30184.298.4367.45
HexA5B2B38101Eb8843
Octal24526226310103627010103
Binary101001011011001010110011100010111101011100010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2B3; }

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

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

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

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

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

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

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

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