#AEBF82

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

Shades of Caper #AEBF82

Tints of Caper #AEBF82

Color information

#AEBF82 (or 0xAEBF82) is unknown color: approx Caper. HEX triplet: AE, BF and 82. RGB value is (174,191,130). Sum of RGB (Red+Green+Blue) = 174+191+130=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF82 is #51407D. Grayscale: #B3B3B3. Windows color (decimal): -5324926 or 8568750. OLE color: 8568750.

HSL color Cylindrical-coordinate representation of color #AEBF82: hue angle of 76.72º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBF82 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB174191130-
CMYK0.0900.320.25
HSL76.72º32.28%62.94%-
HSV(B)76.72º31.94%74.9%-
XYZ40.1247.8728.24-
YUV178.96100.37124.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=35.15%
G=38.59%
B=26.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911300.0900.320.2576.7232.2862.94
HexAEBF829020194d203f
Octal25627720211040311154077
Binary10101110101111111000001010010100000110011001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF82; }

 p { color: rgb(174,191,130); }

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

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

 a { background-color: rgb(174,191,130); }

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

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

 span { border-color: rgb(174,191,130); }

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