#AEB67A

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

Shades of Caper #AEB67A

Tints of Caper #AEB67A

Color information

#AEB67A (or 0xAEB67A) is unknown color: approx Caper. HEX triplet: AE, B6 and 7A. RGB value is (174,182,122). Sum of RGB (Red+Green+Blue) = 174+182+122=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB67A is #514985. Grayscale: #ACACAC. Windows color (decimal): -5327238 or 8042158. OLE color: 8042158.

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

Color convert

RGB174182122-
CMYK0.0400.330.29
HSL68º29.13%59.61%-
HSV(B)68º32.97%71.37%-
XYZ37.743.8624.89-
YUV172.7799.35128.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=36.40%
G=38.08%
B=25.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821220.0400.330.296829.1359.61
HexAEB67A40211D441d3c
Octal2562661724041351043574
Binary10101110101101101111010100010000111101100010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB67A; }

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

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

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

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

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

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

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

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