Html Css Color HEX #A9BCAE Gum Leaf

📋 copy color: '#A9BCAE'

red 169 ◦ green 188 ◦ blue 174

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

Shades of Gum Leaf #A9BCAE

Tints of Gum Leaf #A9BCAE

RGB

 RED value IS 169 (66.41% from 255) = 31.83%

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

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

R = 31.83%
G = 35.4%
B = 32.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A9BCAE (or 0xA9BCAE) is known color: Gum Leaf. HEX triplet: A9, BC and AE. RGB value is (169,188,174). Sum of RGB (Red+Green+Blue) = 169+188+174=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAE is #564351. Grayscale: #B4B4B4. Windows color (decimal): -5653330 or 11451561. OLE color: 11451561.

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

Color convert

RGB 169 188 174 -
CMYK 0.10 0 0.07 0.26
HSL 135.79º 0.12% 0.7% -
HSV(B) 135.79º 0.1% 0.74% -
XYZ 41.99 47.46 46.99 -
YUV 180.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 169 188 174 0.10 0 0.07 0.26 135.79 0.12 0.7
Hex A9 BC AE A 0 7 1A 88 C 46
Octal 251 274 256 12 0 7 32 210 14 106
Binary 10101001 10111100 10101110 1010 0 111 11010 10001000 1100 1000110

Color Harmonies of #A9BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCAE

Black with #A9BCAE

Text Example


Text Example

White with #A9BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCAE; }

 p { color: rgb(169,188,174); }

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

background-color css

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

 a { background-color: rgb(169,188,174); }

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

border-color css

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

 span { border-color: rgb(169,188,174); }

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