Html Css Color HEX #AAC4B1 Gum Leaf

📋 copy color: '#AAC4B1'

red 170 ◦ green 196 ◦ blue 177

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

Shades of Gum Leaf #AAC4B1

Tints of Gum Leaf #AAC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.1%

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 31.31%
G = 36.1%
B = 32.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#AAC4B1 (or 0xAAC4B1) is known color: Gum Leaf. HEX triplet: AA, C4 and B1. RGB value is (170,196,177). Sum of RGB (Red+Green+Blue) = 170+196+177=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4B1 is #553B4E. Grayscale: #BABABA. Windows color (decimal): -5585743 or 11650218. OLE color: 11650218.

HSL color Cylindrical-coordinate representation of color #AAC4B1: hue angle of 136.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4B1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 177 -
CMYK 0.13 0 0.10 0.23
HSL 136.15º 0.18% 0.72% -
HSV(B) 136.15º 0.13% 0.77% -
XYZ 44.25 51.2 49.15 -
YUV 186.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 170 196 177 0.13 0 0.10 0.23 136.15 0.18 0.72
Hex AA C4 B1 D 0 A 17 88 12 48
Octal 252 304 261 15 0 12 27 210 22 110
Binary 10101010 11000100 10110001 1101 0 1010 10111 10001000 10010 1001000

Color Harmonies of #AAC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4B1

Black with #AAC4B1

Text Example


Text Example

White with #AAC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4B1; }

 p { color: rgb(170,196,177); }

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

background-color css

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

 a { background-color: rgb(170,196,177); }

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

border-color css

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

 span { border-color: rgb(170,196,177); }

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