Html Css Color HEX #A8C0AE Gum Leaf

📋 copy color: '#A8C0AE'

red 168 ◦ green 192 ◦ blue 174

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

Shades of Gum Leaf #A8C0AE

Tints of Gum Leaf #A8C0AE

RGB

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

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

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

R = 31.46%
G = 35.96%
B = 32.58%

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

#A8C0AE (or 0xA8C0AE) is known color: Gum Leaf. HEX triplet: A8, C0 and AE. RGB value is (168,192,174). Sum of RGB (Red+Green+Blue) = 168+192+174=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AE is #573F51. Grayscale: #B6B6B6. Windows color (decimal): -5717842 or 11452584. OLE color: 11452584.

HSL color Cylindrical-coordinate representation of color #A8C0AE: hue angle of 135º 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 #A8C0AE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 174 -
CMYK 0.12 0 0.09 0.25
HSL 135º 0.16% 0.71% -
HSV(B) 135º 0.13% 0.75% -
XYZ 42.64 49.08 47.27 -
YUV 182.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 168 192 174 0.12 0 0.09 0.25 135 0.16 0.71
Hex A8 C0 AE C 0 9 19 87 10 47
Octal 250 300 256 14 0 11 31 207 20 107
Binary 10101000 11000000 10101110 1100 0 1001 11001 10000111 10000 1000111

Color Harmonies of #A8C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0AE

Black with #A8C0AE

Text Example


Text Example

White with #A8C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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