Html Css Color HEX #A4A86B Green Smoke

📋 copy color: '#A4A86B'

red 164 ◦ green 168 ◦ blue 107

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

Shades of Green Smoke #A4A86B

Tints of Green Smoke #A4A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 37.36%
G = 38.27%
B = 24.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A4A86B (or 0xA4A86B) is known color: Green Smoke. HEX triplet: A4, A8 and 6B. RGB value is (164,168,107). Sum of RGB (Red+Green+Blue) = 164+168+107=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A86B is #5B5794. Grayscale: #A0A0A0. Windows color (decimal): -5986197 or 7055524. OLE color: 7055524.

HSL color Cylindrical-coordinate representation of color #A4A86B: hue angle of 63.93º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4A86B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 107 -
CMYK 0.02 0 0.36 0.34
HSL 63.93º 0.26% 0.54% -
HSV(B) 63.93º 0.36% 0.66% -
XYZ 31.97 36.96 19.36 -
YUV 159.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 164 168 107 0.02 0 0.36 0.34 63.93 0.26 0.54
Hex A4 A8 6B 2 0 24 22 40 1A 36
Octal 244 250 153 2 0 44 42 100 32 66
Binary 10100100 10101000 1101011 10 0 100100 100010 1000000 11010 110110

Color Harmonies of #A4A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A86B

Black with #A4A86B

Text Example


Text Example

White with #A4A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A86B; }

 p { color: rgb(164,168,107); }

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

background-color css

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

 a { background-color: rgb(164,168,107); }

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

border-color css

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

 span { border-color: rgb(164,168,107); }

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