#AEBD73

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

Shades of Caper #AEBD73

Tints of Caper #AEBD73

Color information

#AEBD73 (or 0xAEBD73) is unknown color: approx Caper. HEX triplet: AE, BD and 73. RGB value is (174,189,115). Sum of RGB (Red+Green+Blue) = 174+189+115=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD73 is #51428C. Grayscale: #B0B0B0. Windows color (decimal): -5325453 or 7585198. OLE color: 7585198.

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

Color convert

RGB174189115-
CMYK0.0800.390.26
HSL72.16º35.92%59.61%-
HSV(B)72.16º39.15%74.12%-
XYZ38.7546.6323.18-
YUV176.0893.53126.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=36.40%
G=39.54%
B=24.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891150.0800.390.2672.1635.9259.61
HexAEBD7380271A48243c
Octal25627516310047321104474
Binary1010111010111101111001110000100111110101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD73; }

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

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

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

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

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

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

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

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