Html Css Color HEX #AACBAD Gum Leaf

📋 copy color: '#AACBAD'

red 170 ◦ green 203 ◦ blue 173

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

Shades of Gum Leaf #AACBAD

Tints of Gum Leaf #AACBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 31.14%
G = 37.18%
B = 31.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#AACBAD (or 0xAACBAD) is known color: Gum Leaf. HEX triplet: AA, CB and AD. RGB value is (170,203,173). Sum of RGB (Red+Green+Blue) = 170+203+173=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAD is #553452. Grayscale: #BDBDBD. Windows color (decimal): -5583955 or 11389866. OLE color: 11389866.

HSL color Cylindrical-coordinate representation of color #AACBAD: hue angle of 125.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBAD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 173 -
CMYK 0.16 0 0.15 0.20
HSL 125.45º 0.24% 0.73% -
HSV(B) 125.45º 0.16% 0.8% -
XYZ 45.48 54.28 47.61 -
YUV 189.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 170 203 173 0.16 0 0.15 0.20 125.45 0.24 0.73
Hex AA CB AD 10 0 F 14 7D 18 49
Octal 252 313 255 20 0 17 24 175 30 111
Binary 10101010 11001011 10101101 10000 0 1111 10100 1111101 11000 1001001

Color Harmonies of #AACBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBAD

Black with #AACBAD

Text Example


Text Example

White with #AACBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBAD; }

 p { color: rgb(170,203,173); }

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

background-color css

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

 a { background-color: rgb(170,203,173); }

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

border-color css

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

 span { border-color: rgb(170,203,173); }

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