Html Css Color HEX #AACA8C Feijoa

📋 copy color: '#AACA8C'

red 170 ◦ green 202 ◦ blue 140

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

Shades of Feijoa #AACA8C

Tints of Feijoa #AACA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 33.2%
G = 39.45%
B = 27.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#AACA8C (or 0xAACA8C) is known color: Feijoa. HEX triplet: AA, CA and 8C. RGB value is (170,202,140). Sum of RGB (Red+Green+Blue) = 170+202+140=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8C is #553573. Grayscale: #B9B9B9. Windows color (decimal): -5584244 or 9226922. OLE color: 9226922.

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

Color convert

RGB 170 202 140 -
CMYK 0.16 0 0.31 0.21
HSL 90.97º 0.37% 0.67% -
HSV(B) 90.97º 0.31% 0.79% -
XYZ 42.43 52.68 32.74 -
YUV 185.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 170 202 140 0.16 0 0.31 0.21 90.97 0.37 0.67
Hex AA CA 8C 10 0 1F 15 5B 25 43
Octal 252 312 214 20 0 37 25 133 45 103
Binary 10101010 11001010 10001100 10000 0 11111 10101 1011011 100101 1000011

Color Harmonies of #AACA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA8C

Black with #AACA8C

Text Example


Text Example

White with #AACA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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