Html Css Color HEX #A8B7AA Gum Leaf

📋 copy color: '#A8B7AA'

red 168 ◦ green 183 ◦ blue 170

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

Shades of Gum Leaf #A8B7AA

Tints of Gum Leaf #A8B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

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

R = 32.25%
G = 35.12%
B = 32.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A8B7AA (or 0xA8B7AA) is known color: Gum Leaf. HEX triplet: A8, B7 and AA. RGB value is (168,183,170). Sum of RGB (Red+Green+Blue) = 168+183+170=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7AA is #574855. Grayscale: #B1B1B1. Windows color (decimal): -5720150 or 11188136. OLE color: 11188136.

HSL color Cylindrical-coordinate representation of color #A8B7AA: hue angle of 128º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B7AA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 170 -
CMYK 0.08 0 0.07 0.28
HSL 128º 0.09% 0.69% -
HSV(B) 128º 0.08% 0.72% -
XYZ 40.34 45.09 44.61 -
YUV 177.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 168 183 170 0.08 0 0.07 0.28 128 0.09 0.69
Hex A8 B7 AA 8 0 7 1C 80 9 45
Octal 250 267 252 10 0 7 34 200 11 105
Binary 10101000 10110111 10101010 1000 0 111 11100 10000000 1001 1000101

Color Harmonies of #A8B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B7AA

Black with #A8B7AA

Text Example


Text Example

White with #A8B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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