Html Css Color HEX #AABCAC Gum Leaf

📋 copy color: '#AABCAC'

red 170 ◦ green 188 ◦ blue 172

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

Shades of Gum Leaf #AABCAC

Tints of Gum Leaf #AABCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

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

R = 32.08%
G = 35.47%
B = 32.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#AABCAC (or 0xAABCAC) is known color: Gum Leaf. HEX triplet: AA, BC and AC. RGB value is (170,188,172). Sum of RGB (Red+Green+Blue) = 170+188+172=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCAC is #554353. Grayscale: #B4B4B4. Windows color (decimal): -5587796 or 11320490. OLE color: 11320490.

HSL color Cylindrical-coordinate representation of color #AABCAC: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCAC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 172 -
CMYK 0.10 0 0.09 0.26
HSL 126.67º 0.12% 0.7% -
HSV(B) 126.67º 0.1% 0.74% -
XYZ 42.01 47.49 45.98 -
YUV 180.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 170 188 172 0.10 0 0.09 0.26 126.67 0.12 0.7
Hex AA BC AC A 0 9 1A 7F C 46
Octal 252 274 254 12 0 11 32 177 14 106
Binary 10101010 10111100 10101100 1010 0 1001 11010 1111111 1100 1000110

Color Harmonies of #AABCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCAC

Black with #AABCAC

Text Example


Text Example

White with #AABCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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