Html Css Color HEX #A8C8AA Gum Leaf

📋 copy color: '#A8C8AA'

red 168 ◦ green 200 ◦ blue 170

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

Shades of Gum Leaf #A8C8AA

Tints of Gum Leaf #A8C8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 31.23%
G = 37.17%
B = 31.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#A8C8AA (or 0xA8C8AA) is known color: Gum Leaf. HEX triplet: A8, C8 and AA. RGB value is (168,200,170). Sum of RGB (Red+Green+Blue) = 168+200+170=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AA is #573755. Grayscale: #BBBBBB. Windows color (decimal): -5715798 or 11192488. OLE color: 11192488.

HSL color Cylindrical-coordinate representation of color #A8C8AA: hue angle of 123.75º 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 #A8C8AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 170 -
CMYK 0.16 0 0.15 0.22
HSL 123.75º 0.23% 0.72% -
HSV(B) 123.75º 0.16% 0.78% -
XYZ 44.06 52.54 45.85 -
YUV 187.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 168 200 170 0.16 0 0.15 0.22 123.75 0.23 0.72
Hex A8 C8 AA 10 0 F 16 7C 17 48
Octal 250 310 252 20 0 17 26 174 27 110
Binary 10101000 11001000 10101010 10000 0 1111 10110 1111100 10111 1001000

Color Harmonies of #A8C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8AA

Black with #A8C8AA

Text Example


Text Example

White with #A8C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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