Html Css Color HEX #AEB7B0 Gum Leaf

📋 copy color: '#AEB7B0'

red 174 ◦ green 183 ◦ blue 176

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

Shades of Gum Leaf #AEB7B0

Tints of Gum Leaf #AEB7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.33%

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

R = 32.65%
G = 34.33%
B = 33.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#AEB7B0 (or 0xAEB7B0) is known color: Gum Leaf. HEX triplet: AE, B7 and B0. RGB value is (174,183,176). Sum of RGB (Red+Green+Blue) = 174+183+176=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7B0 is #51484F. Grayscale: #B3B3B3. Windows color (decimal): -5326928 or 11581358. OLE color: 11581358.

HSL color Cylindrical-coordinate representation of color #AEB7B0: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEB7B0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 176 -
CMYK 0.05 0 0.04 0.28
HSL 133.33º 0.06% 0.7% -
HSV(B) 133.33º 0.05% 0.72% -
XYZ 42.23 46 47.73 -
YUV 179.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 174 183 176 0.05 0 0.04 0.28 133.33 0.06 0.7
Hex AE B7 B0 5 0 4 1C 85 6 46
Octal 256 267 260 5 0 4 34 205 6 106
Binary 10101110 10110111 10110000 101 0 100 11100 10000101 110 1000110

Color Harmonies of #AEB7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7B0

Black with #AEB7B0

Text Example


Text Example

White with #AEB7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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