Html Css Color HEX #AACA5A Conifer

📋 copy color: '#AACA5A'

red 170 ◦ green 202 ◦ blue 90

#AACA5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AACA5A

Tints of Conifer #AACA5A

RGB

 RED value IS 170 (66.8% from 255) = 36.8%

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 36.8%
G = 43.72%
B = 19.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#AACA5A (or 0xAACA5A) is known color: Conifer. HEX triplet: AA, CA and 5A. RGB value is (170,202,90). Sum of RGB (Red+Green+Blue) = 170+202+90=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5A is #5535A5. Grayscale: #B4B4B4. Windows color (decimal): -5584294 or 5950122. OLE color: 5950122.

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

Color convert

RGB 170 202 90 -
CMYK 0.16 0 0.55 0.21
HSL 77.14º 0.51% 0.57% -
HSV(B) 77.14º 0.55% 0.79% -
XYZ 39.54 51.53 17.53 -
YUV 179.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 170 202 90 0.16 0 0.55 0.21 77.14 0.51 0.57
Hex AA CA 5A 10 0 37 15 4D 33 39
Octal 252 312 132 20 0 67 25 115 63 71
Binary 10101010 11001010 1011010 10000 0 110111 10101 1001101 110011 111001

Color Harmonies of #AACA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA5A

Black with #AACA5A

Text Example


Text Example

White with #AACA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA5A; }

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

 H1.HeaderClassName
 {
   color: #AACA5A;
 }
 .AnyTagClassName
 {
   color: #AACA5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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