#AEBCA4

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

Shades of Pumice #AEBCA4

Tints of Pumice #AEBCA4

Color information

#AEBCA4 (or 0xAEBCA4) is unknown color: approx Pumice. HEX triplet: AE, BC and A4. RGB value is (174,188,164). Sum of RGB (Red+Green+Blue) = 174+188+164=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA4 is #51435B. Grayscale: #B5B5B5. Windows color (decimal): -5325660 or 10796206. OLE color: 10796206.

HSL color Cylindrical-coordinate representation of color #AEBCA4: hue angle of 95º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBCA4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB174188164-
CMYK0.0700.130.26
HSL95º15.19%69.02%-
HSV(B)95º12.77%73.73%-
XYZ42.1447.6542.1-
YUV181.08118.36122.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=33.08%
G=35.74%
B=31.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881640.0700.130.269515.1969.02
HexAEBCA470D1A5ff45
Octal25627424470153213717105
Binary1010111010111100101001001110110111010101111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA4; }

 p { color: rgb(174,188,164); }

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

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

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

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

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

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

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