#AEB4B4

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

Shades of Casper #AEB4B4

Tints of Casper #AEB4B4

Color information

#AEB4B4 (or 0xAEB4B4) is unknown color: approx Casper. HEX triplet: AE, B4 and B4. RGB value is (174,180,180). Sum of RGB (Red+Green+Blue) = 174+180+180=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #AEB4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4B4 is #514B4B. Grayscale: #B2B2B2. Windows color (decimal): -5327692 or 11842734. OLE color: 11842734.

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

Color convert

RGB174180180-
CMYK0.03000.29
HSL180º3.85%69.41%-
HSV(B)180º3.33%70.59%-
XYZ42.0244.9449.64-
YUV178.21129.01125-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=32.58%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801800.03000.291803.8569.41
HexAEB4B43001Db4445
Octal256264264300352644105
Binary101011101011010010110100110011101101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B4; }

 p { color: rgb(174,180,180); }

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

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

 a { background-color: rgb(174,180,180); }

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

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

 span { border-color: rgb(174,180,180); }

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