Html Css Color HEX #AABDAC Gum Leaf

📋 copy color: '#AABDAC'

red 170 ◦ green 189 ◦ blue 172

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

Shades of Gum Leaf #AABDAC

Tints of Gum Leaf #AABDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 32.02%
G = 35.59%
B = 32.39%

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

#AABDAC (or 0xAABDAC) is known color: Gum Leaf. HEX triplet: AA, BD and AC. RGB value is (170,189,172). Sum of RGB (Red+Green+Blue) = 170+189+172=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAC is #554253. Grayscale: #B5B5B5. Windows color (decimal): -5587540 or 11320746. OLE color: 11320746.

HSL color Cylindrical-coordinate representation of color #AABDAC: hue angle of 126.32º degrees, saturation: 0.13, 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 #AABDAC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 172 -
CMYK 0.10 0 0.09 0.26
HSL 126.32º 0.13% 0.7% -
HSV(B) 126.32º 0.1% 0.74% -
XYZ 42.22 47.92 46.05 -
YUV 181.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 170 189 172 0.10 0 0.09 0.26 126.32 0.13 0.7
Hex AA BD AC A 0 9 1A 7E D 46
Octal 252 275 254 12 0 11 32 176 15 106
Binary 10101010 10111101 10101100 1010 0 1001 11010 1111110 1101 1000110

Color Harmonies of #AABDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDAC

Black with #AABDAC

Text Example


Text Example

White with #AABDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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