Html Css Color HEX #AAB7AC Gum Leaf

📋 copy color: '#AAB7AC'

red 170 ◦ green 183 ◦ blue 172

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

Shades of Gum Leaf #AAB7AC

Tints of Gum Leaf #AAB7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 32.38%
G = 34.86%
B = 32.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#AAB7AC (or 0xAAB7AC) is known color: Gum Leaf. HEX triplet: AA, B7 and AC. RGB value is (170,183,172). Sum of RGB (Red+Green+Blue) = 170+183+172=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AC is #554853. Grayscale: #B1B1B1. Windows color (decimal): -5589076 or 11319210. OLE color: 11319210.

HSL color Cylindrical-coordinate representation of color #AAB7AC: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7AC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 172 -
CMYK 0.07 0 0.06 0.28
HSL 129.23º 0.08% 0.69% -
HSV(B) 129.23º 0.07% 0.72% -
XYZ 40.96 45.39 45.63 -
YUV 177.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 170 183 172 0.07 0 0.06 0.28 129.23 0.08 0.69
Hex AA B7 AC 7 0 6 1C 81 8 45
Octal 252 267 254 7 0 6 34 201 10 105
Binary 10101010 10110111 10101100 111 0 110 11100 10000001 1000 1000101

Color Harmonies of #AAB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7AC

Black with #AAB7AC

Text Example


Text Example

White with #AAB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7AC; }

 p { color: rgb(170,183,172); }

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

background-color css

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

 a { background-color: rgb(170,183,172); }

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

border-color css

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

 span { border-color: rgb(170,183,172); }

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