Html Css Color HEX #A8C6AF Gum Leaf

📋 copy color: '#A8C6AF'

red 168 ◦ green 198 ◦ blue 175

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

Shades of Gum Leaf #A8C6AF

Tints of Gum Leaf #A8C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.6%

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

R = 31.05%
G = 36.6%
B = 32.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A8C6AF (or 0xA8C6AF) is known color: Gum Leaf. HEX triplet: A8, C6 and AF. RGB value is (168,198,175). Sum of RGB (Red+Green+Blue) = 168+198+175=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6AF is #573950. Grayscale: #BABABA. Windows color (decimal): -5716305 or 11519656. OLE color: 11519656.

HSL color Cylindrical-coordinate representation of color #A8C6AF: hue angle of 134º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6AF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 175 -
CMYK 0.15 0 0.12 0.22
HSL 134º 0.21% 0.72% -
HSV(B) 134º 0.15% 0.78% -
XYZ 44.08 51.81 48.23 -
YUV 186.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 168 198 175 0.15 0 0.12 0.22 134 0.21 0.72
Hex A8 C6 AF F 0 C 16 86 15 48
Octal 250 306 257 17 0 14 26 206 25 110
Binary 10101000 11000110 10101111 1111 0 1100 10110 10000110 10101 1001000

Color Harmonies of #A8C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C6AF

Black with #A8C6AF

Text Example


Text Example

White with #A8C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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