#AEB475

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

Shades of Pine Glade #AEB475

Tints of Pine Glade #AEB475

Color information

#AEB475 (or 0xAEB475) is unknown color: approx Pine Glade. HEX triplet: AE, B4 and 75. RGB value is (174,180,117). Sum of RGB (Red+Green+Blue) = 174+180+117=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB475 is #514B8A. Grayscale: #ABABAB. Windows color (decimal): -5327755 or 7713966. OLE color: 7713966.

HSL color Cylindrical-coordinate representation of color #AEB475: hue angle of 65.71º 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 #AEB475 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB174180117-
CMYK0.0300.350.29
HSL65.71º29.58%58.24%-
HSV(B)65.71º35%70.59%-
XYZ36.9942.9323.17-
YUV171.0297.51130.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=36.94%
G=38.22%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801170.0300.350.2965.7129.5858.24
HexAEB47530231D421e3a
Octal2562641653043351023672
Binary1010111010110100111010111010001111101100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB475; }

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

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

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

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

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

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

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

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