Html Css Color HEX #AACA8D Feijoa

📋 copy color: '#AACA8D'

red 170 ◦ green 202 ◦ blue 141

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

Shades of Feijoa #AACA8D

Tints of Feijoa #AACA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 33.14%
G = 39.38%
B = 27.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#AACA8D (or 0xAACA8D) is known color: Feijoa. HEX triplet: AA, CA and 8D. RGB value is (170,202,141). Sum of RGB (Red+Green+Blue) = 170+202+141=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA8D is #553572. Grayscale: #B9B9B9. Windows color (decimal): -5584243 or 9292458. OLE color: 9292458.

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

Color convert

RGB 170 202 141 -
CMYK 0.16 0 0.30 0.21
HSL 91.48º 0.37% 0.67% -
HSV(B) 91.48º 0.3% 0.79% -
XYZ 42.51 52.71 33.13 -
YUV 185.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 170 202 141 0.16 0 0.30 0.21 91.48 0.37 0.67
Hex AA CA 8D 10 0 1E 15 5B 25 43
Octal 252 312 215 20 0 36 25 133 45 103
Binary 10101010 11001010 10001101 10000 0 11110 10101 1011011 100101 1000011

Color Harmonies of #AACA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA8D

Black with #AACA8D

Text Example


Text Example

White with #AACA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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