Html Css Color HEX #A8C0AF Gum Leaf

📋 copy color: '#A8C0AF'

red 168 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #A8C0AF

Tints of Gum Leaf #A8C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.89%

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

R = 31.4%
G = 35.89%
B = 32.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A8C0AF (or 0xA8C0AF) is known color: Gum Leaf. HEX triplet: A8, C0 and AF. RGB value is (168,192,175). Sum of RGB (Red+Green+Blue) = 168+192+175=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AF is #573F50. Grayscale: #B6B6B6. Windows color (decimal): -5717841 or 11518120. OLE color: 11518120.

HSL color Cylindrical-coordinate representation of color #A8C0AF: hue angle of 137.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0AF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 175 -
CMYK 0.12 0 0.09 0.25
HSL 137.5º 0.16% 0.71% -
HSV(B) 137.5º 0.13% 0.75% -
XYZ 42.74 49.12 47.79 -
YUV 182.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 168 192 175 0.12 0 0.09 0.25 137.5 0.16 0.71
Hex A8 C0 AF C 0 9 19 8A 10 47
Octal 250 300 257 14 0 11 31 212 20 107
Binary 10101000 11000000 10101111 1100 0 1001 11001 10001010 10000 1000111

Color Harmonies of #A8C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0AF

Black with #A8C0AF

Text Example


Text Example

White with #A8C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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