#AACA62

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

Shades of Conifer #AACA62

Tints of Conifer #AACA62

Color information

#AACA62 (or 0xAACA62) is unknown color: approx Conifer. HEX triplet: AA, CA and 62. RGB value is (170,202,98). Sum of RGB (Red+Green+Blue) = 170+202+98=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA62 is #55359D. Grayscale: #B4B4B4. Windows color (decimal): -5584286 or 6474410. OLE color: 6474410.

HSL color Cylindrical-coordinate representation of color #AACA62: hue angle of 78.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AACA62 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB17020298-
CMYK0.1600.510.21
HSL78.46º49.52%58.82%-
HSV(B)78.46º51.49%79.22%-
XYZ39.951.6719.43-
YUV180.5881.4120.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=36.17%
G=42.98%
B=20.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202980.1600.510.2178.4649.5258.82
HexAACA6210033154e323b
Octal25231214220063251166273
Binary10101010110010101100010100000110011101011001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA62; }

 p { color: rgb(170,202,98); }

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

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

 a { background-color: rgb(170,202,98); }

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

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

 span { border-color: rgb(170,202,98); }

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