Html Css Color HEX #A8BAAE Gum Leaf

📋 copy color: '#A8BAAE'

red 168 ◦ green 186 ◦ blue 174

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

Shades of Gum Leaf #A8BAAE

Tints of Gum Leaf #A8BAAE

RGB

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

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

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

R = 31.82%
G = 35.23%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A8BAAE (or 0xA8BAAE) is known color: Gum Leaf. HEX triplet: A8, BA and AE. RGB value is (168,186,174). Sum of RGB (Red+Green+Blue) = 168+186+174=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAE is #574551. Grayscale: #B3B3B3. Windows color (decimal): -5719378 or 11451048. OLE color: 11451048.

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

Color convert

RGB 168 186 174 -
CMYK 0.10 0 0.06 0.27
HSL 140º 0.12% 0.69% -
HSV(B) 140º 0.1% 0.73% -
XYZ 41.35 46.5 46.84 -
YUV 179.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 168 186 174 0.10 0 0.06 0.27 140 0.12 0.69
Hex A8 BA AE A 0 6 1B 8C C 45
Octal 250 272 256 12 0 6 33 214 14 105
Binary 10101000 10111010 10101110 1010 0 110 11011 10001100 1100 1000101

Color Harmonies of #A8BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAAE

Black with #A8BAAE

Text Example


Text Example

White with #A8BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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