Html Css Color HEX #A8B3AA Gum Leaf

📋 copy color: '#A8B3AA'

red 168 ◦ green 179 ◦ blue 170

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

Shades of Gum Leaf #A8B3AA

Tints of Gum Leaf #A8B3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

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

R = 32.5%
G = 34.62%
B = 32.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#A8B3AA (or 0xA8B3AA) is known color: Gum Leaf. HEX triplet: A8, B3 and AA. RGB value is (168,179,170). Sum of RGB (Red+Green+Blue) = 168+179+170=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B3AA is #574C55. Grayscale: #AEAEAE. Windows color (decimal): -5721174 or 11187112. OLE color: 11187112.

HSL color Cylindrical-coordinate representation of color #A8B3AA: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8B3AA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 170 -
CMYK 0.06 0 0.05 0.30
HSL 130.91º 0.07% 0.68% -
HSV(B) 130.91º 0.06% 0.7% -
XYZ 39.52 43.47 44.34 -
YUV 174.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 168 179 170 0.06 0 0.05 0.30 130.91 0.07 0.68
Hex A8 B3 AA 6 0 5 1E 83 7 44
Octal 250 263 252 6 0 5 36 203 7 104
Binary 10101000 10110011 10101010 110 0 101 11110 10000011 111 1000100

Color Harmonies of #A8B3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B3AA

Black with #A8B3AA

Text Example


Text Example

White with #A8B3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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