#AEB575

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

Shades of Pine Glade #AEB575

Tints of Pine Glade #AEB575

Color information

#AEB575 (or 0xAEB575) is unknown color: approx Pine Glade. HEX triplet: AE, B5 and 75. RGB value is (174,181,117). Sum of RGB (Red+Green+Blue) = 174+181+117=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB575 is #514A8A. Grayscale: #ABABAB. Windows color (decimal): -5327499 or 7714222. OLE color: 7714222.

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

Color convert

RGB174181117-
CMYK0.0400.350.29
HSL66.56º30.19%58.43%-
HSV(B)66.56º35.36%70.98%-
XYZ37.1943.3323.23-
YUV171.6197.18129.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=36.86%
G=38.35%
B=24.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811170.0400.350.2966.5630.1958.43
HexAEB57540231D431e3a
Octal2562651654043351033672
Binary10101110101101011110101100010001111101100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB575; }

 p { color: rgb(174,181,117); }

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

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

 a { background-color: rgb(174,181,117); }

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

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

 span { border-color: rgb(174,181,117); }

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