Html Css Color HEX #A8C9AF Gum Leaf

📋 copy color: '#A8C9AF'

red 168 ◦ green 201 ◦ blue 175

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

Shades of Gum Leaf #A8C9AF

Tints of Gum Leaf #A8C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

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

R = 30.88%
G = 36.95%
B = 32.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#A8C9AF (or 0xA8C9AF) is known color: Gum Leaf. HEX triplet: A8, C9 and AF. RGB value is (168,201,175). Sum of RGB (Red+Green+Blue) = 168+201+175=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AF is #573650. Grayscale: #BCBCBC. Windows color (decimal): -5715537 or 11520424. OLE color: 11520424.

HSL color Cylindrical-coordinate representation of color #A8C9AF: hue angle of 132.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9AF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 175 -
CMYK 0.16 0 0.13 0.21
HSL 132.73º 0.23% 0.72% -
HSV(B) 132.73º 0.16% 0.79% -
XYZ 44.77 53.19 48.46 -
YUV 188.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 168 201 175 0.16 0 0.13 0.21 132.73 0.23 0.72
Hex A8 C9 AF 10 0 D 15 85 17 48
Octal 250 311 257 20 0 15 25 205 27 110
Binary 10101000 11001001 10101111 10000 0 1101 10101 10000101 10111 1001000

Color Harmonies of #A8C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C9AF

Black with #A8C9AF

Text Example


Text Example

White with #A8C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C9AF; }

 p { color: rgb(168,201,175); }

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

background-color css

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

 a { background-color: rgb(168,201,175); }

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

border-color css

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

 span { border-color: rgb(168,201,175); }

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