Html Css Color HEX #A7B164 Green Smoke

📋 copy color: '#A7B164'

red 167 ◦ green 177 ◦ blue 100

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

Shades of Green Smoke #A7B164

Tints of Green Smoke #A7B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 37.61%
G = 39.86%
B = 22.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A7B164 (or 0xA7B164) is known color: Green Smoke. HEX triplet: A7, B1 and 64. RGB value is (167,177,100). Sum of RGB (Red+Green+Blue) = 167+177+100=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B164 is #584E9B. Grayscale: #A5A5A5. Windows color (decimal): -5787292 or 6599079. OLE color: 6599079.

HSL color Cylindrical-coordinate representation of color #A7B164: hue angle of 67.79º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7B164 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 100 -
CMYK 0.06 0 0.44 0.31
HSL 67.79º 0.33% 0.54% -
HSV(B) 67.79º 0.44% 0.69% -
XYZ 33.96 40.58 18.1 -
YUV 165.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 167 177 100 0.06 0 0.44 0.31 67.79 0.33 0.54
Hex A7 B1 64 6 0 2C 1F 44 21 36
Octal 247 261 144 6 0 54 37 104 41 66
Binary 10100111 10110001 1100100 110 0 101100 11111 1000100 100001 110110

Color Harmonies of #A7B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B164

Black with #A7B164

Text Example


Text Example

White with #A7B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B164; }

 p { color: rgb(167,177,100); }

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

background-color css

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

 a { background-color: rgb(167,177,100); }

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

border-color css

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

 span { border-color: rgb(167,177,100); }

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