#AEBD72

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

Shades of Caper #AEBD72

Tints of Caper #AEBD72

Color information

#AEBD72 (or 0xAEBD72) is unknown color: approx Caper. HEX triplet: AE, BD and 72. RGB value is (174,189,114). Sum of RGB (Red+Green+Blue) = 174+189+114=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD72 is #51428D. Grayscale: #B0B0B0. Windows color (decimal): -5325454 or 7519662. OLE color: 7519662.

HSL color Cylindrical-coordinate representation of color #AEBD72: hue angle of 72º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEBD72 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB174189114-
CMYK0.0800.400.26
HSL72º36.23%59.41%-
HSV(B)72º39.68%74.12%-
XYZ38.6946.6122.88-
YUV175.9693.03126.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=36.48%
G=39.62%
B=23.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891140.0800.400.267236.2359.41
HexAEBD7280281A48243b
Octal25627516210050321104473
Binary1010111010111101111001010000101000110101001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD72; }

 p { color: rgb(174,189,114); }

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

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

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

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

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

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

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