#AEB67E

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

Shades of Caper #AEB67E

Tints of Caper #AEB67E

Color information

#AEB67E (or 0xAEB67E) is unknown color: approx Caper. HEX triplet: AE, B6 and 7E. RGB value is (174,182,126). Sum of RGB (Red+Green+Blue) = 174+182+126=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB67E is #514981. Grayscale: #ADADAD. Windows color (decimal): -5327234 or 8304302. OLE color: 8304302.

HSL color Cylindrical-coordinate representation of color #AEB67E: hue angle of 68.57º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB67E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB174182126-
CMYK0.0400.310.29
HSL68.57º27.72%60.39%-
HSV(B)68.57º30.77%71.37%-
XYZ37.9543.9626.22-
YUV173.22101.35128.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=36.10%
G=37.76%
B=26.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821260.0400.310.2968.5727.7260.39
HexAEB67E401F1D451c3c
Octal2562661764037351053474
Binary1010111010110110111111010001111111101100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB67E; }

 p { color: rgb(174,182,126); }

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

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

 a { background-color: rgb(174,182,126); }

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

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

 span { border-color: rgb(174,182,126); }

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