Html Css Color HEX #A8BBAE Gum Leaf

📋 copy color: '#A8BBAE'

red 168 ◦ green 187 ◦ blue 174

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

Shades of Gum Leaf #A8BBAE

Tints of Gum Leaf #A8BBAE

RGB

 RED value IS 168 (66.02% from 255) = 31.76%

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 174 (68.36% from 255) = 32.89%

R = 31.76%
G = 35.35%
B = 32.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A8BBAE (or 0xA8BBAE) is known color: Gum Leaf. HEX triplet: A8, BB and AE. RGB value is (168,187,174). Sum of RGB (Red+Green+Blue) = 168+187+174=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAE is #574451. Grayscale: #B3B3B3. Windows color (decimal): -5719122 or 11451304. OLE color: 11451304.

HSL color Cylindrical-coordinate representation of color #A8BBAE: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBAE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 174 -
CMYK 0.10 0 0.07 0.27
HSL 138.95º 0.12% 0.7% -
HSV(B) 138.95º 0.1% 0.73% -
XYZ 41.56 46.92 46.91 -
YUV 179.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 168 187 174 0.10 0 0.07 0.27 138.95 0.12 0.7
Hex A8 BB AE A 0 7 1B 8B C 46
Octal 250 273 256 12 0 7 33 213 14 106
Binary 10101000 10111011 10101110 1010 0 111 11011 10001011 1100 1000110

Color Harmonies of #A8BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBAE

Black with #A8BBAE

Text Example


Text Example

White with #A8BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBAE; }

 p { color: rgb(168,187,174); }

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

background-color css

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

 a { background-color: rgb(168,187,174); }

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

border-color css

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

 span { border-color: rgb(168,187,174); }

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