#AEBE7B

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

Shades of Caper #AEBE7B

Tints of Caper #AEBE7B

Color information

#AEBE7B (or 0xAEBE7B) is unknown color: approx Caper. HEX triplet: AE, BE and 7B. RGB value is (174,190,123). Sum of RGB (Red+Green+Blue) = 174+190+123=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE7B is #514184. Grayscale: #B1B1B1. Windows color (decimal): -5325189 or 8109742. OLE color: 8109742.

HSL color Cylindrical-coordinate representation of color #AEBE7B: hue angle of 74.33º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEBE7B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB174190123-
CMYK0.0800.350.25
HSL74.33º34.01%61.37%-
HSV(B)74.33º35.26%74.51%-
XYZ39.4447.2625.78-
YUV177.5897.2125.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=35.73%
G=39.01%
B=25.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901230.0800.350.2574.3334.0161.37
HexAEBE7B8023194a223d
Octal25627617310043311124275
Binary1010111010111110111101110000100011110011001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE7B; }

 p { color: rgb(174,190,123); }

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

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

 a { background-color: rgb(174,190,123); }

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

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

 span { border-color: rgb(174,190,123); }

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