#AEC475

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

Shades of Caper #AEC475

Tints of Caper #AEC475

Color information

#AEC475 (or 0xAEC475) is unknown color: approx Caper. HEX triplet: AE, C4 and 75. RGB value is (174,196,117). Sum of RGB (Red+Green+Blue) = 174+196+117=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC475 is #513B8A. Grayscale: #B4B4B4. Windows color (decimal): -5323659 or 7718062. OLE color: 7718062.

HSL color Cylindrical-coordinate representation of color #AEC475: hue angle of 76.71º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC475 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB174196117-
CMYK0.1100.400.23
HSL76.71º40.1%61.37%-
HSV(B)76.71º40.31%76.86%-
XYZ40.4149.7624.31-
YUV180.4292.21123.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=35.73%
G=40.25%
B=24.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961170.1100.400.2376.7140.161.37
HexAEC475B028174d283d
Octal25630416513050271155075
Binary1010111011000100111010110110101000101111001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC475; }

 p { color: rgb(174,196,117); }

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

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

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

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

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

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

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