#AEBD71

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

Shades of Caper #AEBD71

Tints of Caper #AEBD71

Color information

#AEBD71 (or 0xAEBD71) is unknown color: approx Caper. HEX triplet: AE, BD and 71. RGB value is (174,189,113). Sum of RGB (Red+Green+Blue) = 174+189+113=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD71 is #51428E. Grayscale: #B0B0B0. Windows color (decimal): -5325455 or 7454126. OLE color: 7454126.

HSL color Cylindrical-coordinate representation of color #AEBD71: hue angle of 71.84º degrees, saturation: 0.37, 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 #AEBD71 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB174189113-
CMYK0.0800.400.26
HSL71.84º36.54%59.22%-
HSV(B)71.84º40.21%74.12%-
XYZ38.6346.5922.58-
YUV175.8592.53126.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=36.55%
G=39.71%
B=23.74%

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
Decimal1741891130.0800.400.2671.8436.5459.22
HexAEBD7180281A48253b
Octal25627516110050321104573
Binary1010111010111101111000110000101000110101001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD71; }

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

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

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

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

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

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

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

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