#AACA61

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

Shades of Conifer #AACA61

Tints of Conifer #AACA61

Color information

#AACA61 (or 0xAACA61) is unknown color: approx Conifer. HEX triplet: AA, CA and 61. RGB value is (170,202,97). Sum of RGB (Red+Green+Blue) = 170+202+97=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA61 is #55359E. Grayscale: #B4B4B4. Windows color (decimal): -5584287 or 6408874. OLE color: 6408874.

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

Color convert

RGB17020297-
CMYK0.1600.520.21
HSL78.29º49.76%58.63%-
HSV(B)78.29º51.98%79.22%-
XYZ39.8651.6519.18-
YUV180.4680.9120.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=36.25%
G=43.07%
B=20.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202970.1600.520.2178.2949.7658.63
HexAACA6110034154e323b
Octal25231214120064251166273
Binary10101010110010101100001100000110100101011001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA61; }

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

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

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

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

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

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

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

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