Html Css Color HEX #A7B2AA Gum Leaf

📋 copy color: '#A7B2AA'

red 167 ◦ green 178 ◦ blue 170

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

Shades of Gum Leaf #A7B2AA

Tints of Gum Leaf #A7B2AA

RGB

 RED value IS 167 (65.63% from 255) = 32.43%

 GREEN value IS 178 (69.92% from 255) = 34.56%

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

R = 32.43%
G = 34.56%
B = 33.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#A7B2AA (or 0xA7B2AA) is known color: Gum Leaf. HEX triplet: A7, B2 and AA. RGB value is (167,178,170). Sum of RGB (Red+Green+Blue) = 167+178+170=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B2AA is #584D55. Grayscale: #ADADAD. Windows color (decimal): -5786966 or 11186855. OLE color: 11186855.

HSL color Cylindrical-coordinate representation of color #A7B2AA: hue angle of 136.36º 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 #A7B2AA is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 178 170 -
CMYK 0.06 0 0.04 0.30
HSL 136.36º 0.07% 0.68% -
HSV(B) 136.36º 0.06% 0.7% -
XYZ 39.11 42.96 44.26 -
YUV 173.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 167 178 170 0.06 0 0.04 0.30 136.36 0.07 0.68
Hex A7 B2 AA 6 0 4 1E 88 7 44
Octal 247 262 252 6 0 4 36 210 7 104
Binary 10100111 10110010 10101010 110 0 100 11110 10001000 111 1000100

Color Harmonies of #A7B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2AA

Black with #A7B2AA

Text Example


Text Example

White with #A7B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2AA; }

 p { color: rgb(167,178,170); }

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

background-color css

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

 a { background-color: rgb(167,178,170); }

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

border-color css

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

 span { border-color: rgb(167,178,170); }

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