Html Css Color HEX #A9CBAF Gum Leaf

📋 copy color: '#A9CBAF'

red 169 ◦ green 203 ◦ blue 175

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

Shades of Gum Leaf #A9CBAF

Tints of Gum Leaf #A9CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 30.9%
G = 37.11%
B = 31.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A9CBAF (or 0xA9CBAF) is known color: Gum Leaf. HEX triplet: A9, CB and AF. RGB value is (169,203,175). Sum of RGB (Red+Green+Blue) = 169+203+175=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAF is #563450. Grayscale: #BDBDBD. Windows color (decimal): -5649489 or 11520937. OLE color: 11520937.

HSL color Cylindrical-coordinate representation of color #A9CBAF: hue angle of 130.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBAF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 203 175 -
CMYK 0.17 0 0.14 0.20
HSL 130.59º 0.25% 0.73% -
HSV(B) 130.59º 0.17% 0.8% -
XYZ 45.46 54.24 48.63 -
YUV 189.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 169 203 175 0.17 0 0.14 0.20 130.59 0.25 0.73
Hex A9 CB AF 11 0 E 14 83 19 49
Octal 251 313 257 21 0 16 24 203 31 111
Binary 10101001 11001011 10101111 10001 0 1110 10100 10000011 11001 1001001

Color Harmonies of #A9CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBAF

Black with #A9CBAF

Text Example


Text Example

White with #A9CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBAF; }

 p { color: rgb(169,203,175); }

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

background-color css

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

 a { background-color: rgb(169,203,175); }

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

border-color css

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

 span { border-color: rgb(169,203,175); }

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