Html Css Color HEX #A8C8AE Gum Leaf

📋 copy color: '#A8C8AE'

red 168 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #A8C8AE

Tints of Gum Leaf #A8C8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

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

R = 31%
G = 36.9%
B = 32.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A8C8AE (or 0xA8C8AE) is known color: Gum Leaf. HEX triplet: A8, C8 and AE. RGB value is (168,200,174). Sum of RGB (Red+Green+Blue) = 168+200+174=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AE is #573751. Grayscale: #BBBBBB. Windows color (decimal): -5715794 or 11454632. OLE color: 11454632.

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

Color convert

RGB 168 200 174 -
CMYK 0.16 0 0.13 0.22
HSL 131.25º 0.23% 0.72% -
HSV(B) 131.25º 0.16% 0.78% -
XYZ 44.44 52.69 47.87 -
YUV 187.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 168 200 174 0.16 0 0.13 0.22 131.25 0.23 0.72
Hex A8 C8 AE 10 0 D 16 83 17 48
Octal 250 310 256 20 0 15 26 203 27 110
Binary 10101000 11001000 10101110 10000 0 1101 10110 10000011 10111 1001000

Color Harmonies of #A8C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8AE

Black with #A8C8AE

Text Example


Text Example

White with #A8C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8AE; }

 p { color: rgb(168,200,174); }

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

background-color css

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

 a { background-color: rgb(168,200,174); }

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

border-color css

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

 span { border-color: rgb(168,200,174); }

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