Html Css Color HEX #AAC6B4 Gum Leaf

📋 copy color: '#AAC6B4'

red 170 ◦ green 198 ◦ blue 180

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

Shades of Gum Leaf #AAC6B4

Tints of Gum Leaf #AAC6B4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 31.02%
G = 36.13%
B = 32.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#AAC6B4 (or 0xAAC6B4) is known color: Gum Leaf. HEX triplet: AA, C6 and B4. RGB value is (170,198,180). Sum of RGB (Red+Green+Blue) = 170+198+180=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6B4 is #55394B. Grayscale: #BBBBBB. Windows color (decimal): -5585228 or 11847338. OLE color: 11847338.

HSL color Cylindrical-coordinate representation of color #AAC6B4: hue angle of 141.43º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6B4 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 180 -
CMYK 0.14 0 0.09 0.22
HSL 141.43º 0.2% 0.72% -
HSV(B) 141.43º 0.14% 0.78% -
XYZ 45.01 52.23 50.89 -
YUV 187.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 170 198 180 0.14 0 0.09 0.22 141.43 0.2 0.72
Hex AA C6 B4 E 0 9 16 8D 14 48
Octal 252 306 264 16 0 11 26 215 24 110
Binary 10101010 11000110 10110100 1110 0 1001 10110 10001101 10100 1001000

Color Harmonies of #AAC6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6B4

Black with #AAC6B4

Text Example


Text Example

White with #AAC6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6B4; }

 p { color: rgb(170,198,180); }

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

background-color css

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

 a { background-color: rgb(170,198,180); }

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

border-color css

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

 span { border-color: rgb(170,198,180); }

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