#AEB672

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

Shades of Pine Glade #AEB672

Tints of Pine Glade #AEB672

Color information

#AEB672 (or 0xAEB672) is unknown color: approx Pine Glade. HEX triplet: AE, B6 and 72. RGB value is (174,182,114). Sum of RGB (Red+Green+Blue) = 174+182+114=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB672 is #51498D. Grayscale: #ACACAC. Windows color (decimal): -5327246 or 7517870. OLE color: 7517870.

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

Color convert

RGB174182114-
CMYK0.0400.370.29
HSL67.06º31.78%58.04%-
HSV(B)67.06º37.36%71.37%-
XYZ37.2243.6722.39-
YUV171.8695.35129.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=37.02%
G=38.72%
B=24.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821140.0400.370.2967.0631.7858.04
HexAEB67240251D43203a
Octal2562661624045351034072
Binary101011101011011011100101000100101111011000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB672; }

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

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

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

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

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

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

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

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