Html Css Color HEX #AAC8B0 Gum Leaf

📋 copy color: '#AAC8B0'

red 170 ◦ green 200 ◦ blue 176

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

Shades of Gum Leaf #AAC8B0

Tints of Gum Leaf #AAC8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 31.14%
G = 36.63%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#AAC8B0 (or 0xAAC8B0) is known color: Gum Leaf. HEX triplet: AA, C8 and B0. RGB value is (170,200,176). Sum of RGB (Red+Green+Blue) = 170+200+176=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8B0 is #55374F. Grayscale: #BCBCBC. Windows color (decimal): -5584720 or 11585706. OLE color: 11585706.

HSL color Cylindrical-coordinate representation of color #AAC8B0: hue angle of 132º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8B0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 176 -
CMYK 0.15 0 0.12 0.22
HSL 132º 0.21% 0.73% -
HSV(B) 132º 0.15% 0.78% -
XYZ 45.07 52.99 48.93 -
YUV 188.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 170 200 176 0.15 0 0.12 0.22 132 0.21 0.73
Hex AA C8 B0 F 0 C 16 84 15 49
Octal 252 310 260 17 0 14 26 204 25 111
Binary 10101010 11001000 10110000 1111 0 1100 10110 10000100 10101 1001001

Color Harmonies of #AAC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8B0

Black with #AAC8B0

Text Example


Text Example

White with #AAC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8B0; }

 p { color: rgb(170,200,176); }

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

background-color css

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

 a { background-color: rgb(170,200,176); }

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

border-color css

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

 span { border-color: rgb(170,200,176); }

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