Html Css Color HEX #AACB86 Feijoa

📋 copy color: '#AACB86'

red 170 ◦ green 203 ◦ blue 134

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

Shades of Feijoa #AACB86

Tints of Feijoa #AACB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 134 (52.73% from 255) = 26.43%

R = 33.53%
G = 40.04%
B = 26.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#AACB86 (or 0xAACB86) is known color: Feijoa. HEX triplet: AA, CB and 86. RGB value is (170,203,134). Sum of RGB (Red+Green+Blue) = 170+203+134=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB86 is #553479. Grayscale: #B9B9B9. Windows color (decimal): -5583994 or 8833962. OLE color: 8833962.

HSL color Cylindrical-coordinate representation of color #AACB86: hue angle of 88.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AACB86 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 134 -
CMYK 0.16 0 0.34 0.20
HSL 88.7º 0.4% 0.66% -
HSV(B) 88.7º 0.34% 0.8% -
XYZ 42.24 52.98 30.55 -
YUV 185.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 170 203 134 0.16 0 0.34 0.20 88.7 0.4 0.66
Hex AA CB 86 10 0 22 14 59 28 42
Octal 252 313 206 20 0 42 24 131 50 102
Binary 10101010 11001011 10000110 10000 0 100010 10100 1011001 101000 1000010

Color Harmonies of #AACB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB86

Black with #AACB86

Text Example


Text Example

White with #AACB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB86; }

 p { color: rgb(170,203,134); }

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

background-color css

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

 a { background-color: rgb(170,203,134); }

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

border-color css

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

 span { border-color: rgb(170,203,134); }

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