#AECB75

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

Shades of Caper #AECB75

Tints of Caper #AECB75

Color information

#AECB75 (or 0xAECB75) is unknown color: approx Caper. HEX triplet: AE, CB and 75. RGB value is (174,203,117). Sum of RGB (Red+Green+Blue) = 174+203+117=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB75 is #51348A. Grayscale: #B8B8B8. Windows color (decimal): -5321867 or 7719854. OLE color: 7719854.

HSL color Cylindrical-coordinate representation of color #AECB75: hue angle of 80.23º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AECB75 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB174203117-
CMYK0.1400.420.20
HSL80.23º45.26%62.75%-
HSV(B)80.23º42.36%79.61%-
XYZ42.0252.9924.84-
YUV184.5289.89120.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=35.22%
G=41.09%
B=23.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031170.1400.420.2080.2345.2662.75
HexAECB75E02A14502d3f
Octal25631316516052241205577
Binary1010111011001011111010111100101010101001010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB75; }

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

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

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

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

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

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

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

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