Html Css Color HEX #AACA8A Feijoa

📋 copy color: '#AACA8A'

red 170 ◦ green 202 ◦ blue 138

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

Shades of Feijoa #AACA8A

Tints of Feijoa #AACA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 33.33%
G = 39.61%
B = 27.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#AACA8A (or 0xAACA8A) is known color: Feijoa. HEX triplet: AA, CA and 8A. RGB value is (170,202,138). Sum of RGB (Red+Green+Blue) = 170+202+138=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8A is #553575. Grayscale: #B9B9B9. Windows color (decimal): -5584246 or 9095850. OLE color: 9095850.

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

Color convert

RGB 170 202 138 -
CMYK 0.16 0 0.32 0.21
HSL 90º 0.38% 0.67% -
HSV(B) 90º 0.32% 0.79% -
XYZ 42.29 52.62 31.97 -
YUV 185.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 170 202 138 0.16 0 0.32 0.21 90 0.38 0.67
Hex AA CA 8A 10 0 20 15 5A 26 43
Octal 252 312 212 20 0 40 25 132 46 103
Binary 10101010 11001010 10001010 10000 0 100000 10101 1011010 100110 1000011

Color Harmonies of #AACA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA8A

Black with #AACA8A

Text Example


Text Example

White with #AACA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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