Html Css Color HEX #A4AB6F Green Smoke

📋 copy color: '#A4AB6F'

red 164 ◦ green 171 ◦ blue 111

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

Shades of Green Smoke #A4AB6F

Tints of Green Smoke #A4AB6F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 36.77%
G = 38.34%
B = 24.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A4AB6F (or 0xA4AB6F) is known color: Green Smoke. HEX triplet: A4, AB and 6F. RGB value is (164,171,111). Sum of RGB (Red+Green+Blue) = 164+171+111=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB6F is #5B5490. Grayscale: #A2A2A2. Windows color (decimal): -5985425 or 7318436. OLE color: 7318436.

HSL color Cylindrical-coordinate representation of color #A4AB6F: hue angle of 67º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4AB6F is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 111 -
CMYK 0.04 0 0.35 0.33
HSL 67º 0.26% 0.55% -
HSV(B) 67º 0.35% 0.67% -
XYZ 32.74 38.17 20.68 -
YUV 162.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 164 171 111 0.04 0 0.35 0.33 67 0.26 0.55
Hex A4 AB 6F 4 0 23 21 43 1A 37
Octal 244 253 157 4 0 43 41 103 32 67
Binary 10100100 10101011 1101111 100 0 100011 100001 1000011 11010 110111

Color Harmonies of #A4AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB6F

Black with #A4AB6F

Text Example


Text Example

White with #A4AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB6F; }

 p { color: rgb(164,171,111); }

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

background-color css

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

 a { background-color: rgb(164,171,111); }

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

border-color css

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

 span { border-color: rgb(164,171,111); }

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