Html Css Color HEX #A4B8AA Gum Leaf

📋 copy color: '#A4B8AA'

red 164 ◦ green 184 ◦ blue 170

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

Shades of Gum Leaf #A4B8AA

Tints of Gum Leaf #A4B8AA

RGB

 RED value IS 164 (64.45% from 255) = 31.66%

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 31.66%
G = 35.52%
B = 32.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#A4B8AA (or 0xA4B8AA) is known color: Gum Leaf. HEX triplet: A4, B8 and AA. RGB value is (164,184,170). Sum of RGB (Red+Green+Blue) = 164+184+170=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8AA is #5B4755. Grayscale: #B0B0B0. Windows color (decimal): -5982038 or 11188388. OLE color: 11188388.

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

Color convert

RGB 164 184 170 -
CMYK 0.11 0 0.08 0.28
HSL 138º 0.12% 0.68% -
HSV(B) 138º 0.11% 0.72% -
XYZ 39.71 45.08 44.64 -
YUV 176.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 164 184 170 0.11 0 0.08 0.28 138 0.12 0.68
Hex A4 B8 AA B 0 8 1C 8A C 44
Octal 244 270 252 13 0 10 34 212 14 104
Binary 10100100 10111000 10101010 1011 0 1000 11100 10001010 1100 1000100

Color Harmonies of #A4B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B8AA

Black with #A4B8AA

Text Example


Text Example

White with #A4B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B8AA; }

 p { color: rgb(164,184,170); }

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

background-color css

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

 a { background-color: rgb(164,184,170); }

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

border-color css

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

 span { border-color: rgb(164,184,170); }

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