Html Css Color HEX #AABCB0 Gum Leaf

📋 copy color: '#AABCB0'

red 170 ◦ green 188 ◦ blue 176

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

Shades of Gum Leaf #AABCB0

Tints of Gum Leaf #AABCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 31.84%
G = 35.21%
B = 32.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#AABCB0 (or 0xAABCB0) is known color: Gum Leaf. HEX triplet: AA, BC and B0. RGB value is (170,188,176). Sum of RGB (Red+Green+Blue) = 170+188+176=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCB0 is #55434F. Grayscale: #B5B5B5. Windows color (decimal): -5587792 or 11582634. OLE color: 11582634.

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

Color convert

RGB 170 188 176 -
CMYK 0.10 0 0.06 0.26
HSL 140º 0.12% 0.7% -
HSV(B) 140º 0.1% 0.74% -
XYZ 42.4 47.65 48.04 -
YUV 181.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 170 188 176 0.10 0 0.06 0.26 140 0.12 0.7
Hex AA BC B0 A 0 6 1A 8C C 46
Octal 252 274 260 12 0 6 32 214 14 106
Binary 10101010 10111100 10110000 1010 0 110 11010 10001100 1100 1000110

Color Harmonies of #AABCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCB0

Black with #AABCB0

Text Example


Text Example

White with #AABCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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