Html Css Color HEX #AEBAB0 Gum Leaf

📋 copy color: '#AEBAB0'

red 174 ◦ green 186 ◦ blue 176

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

Shades of Gum Leaf #AEBAB0

Tints of Gum Leaf #AEBAB0

RGB

 RED value IS 174 (68.36% from 255) = 32.46%

 GREEN value IS 186 (73.05% from 255) = 34.7%

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

R = 32.46%
G = 34.7%
B = 32.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#AEBAB0 (or 0xAEBAB0) is known color: Gum Leaf. HEX triplet: AE, BA and B0. RGB value is (174,186,176). Sum of RGB (Red+Green+Blue) = 174+186+176=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAB0 is #51454F. Grayscale: #B5B5B5. Windows color (decimal): -5326160 or 11582126. OLE color: 11582126.

HSL color Cylindrical-coordinate representation of color #AEBAB0: hue angle of 130º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 176 -
CMYK 0.06 0 0.05 0.27
HSL 130º 0.08% 0.71% -
HSV(B) 130º 0.06% 0.73% -
XYZ 42.85 47.25 47.94 -
YUV 181.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 174 186 176 0.06 0 0.05 0.27 130 0.08 0.71
Hex AE BA B0 6 0 5 1B 82 8 47
Octal 256 272 260 6 0 5 33 202 10 107
Binary 10101110 10111010 10110000 110 0 101 11011 10000010 1000 1000111

Color Harmonies of #AEBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAB0

Black with #AEBAB0

Text Example


Text Example

White with #AEBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAB0; }

 p { color: rgb(174,186,176); }

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

background-color css

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

 a { background-color: rgb(174,186,176); }

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

border-color css

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

 span { border-color: rgb(174,186,176); }

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