Html Css Color HEX #A4AB65 Green Smoke

📋 copy color: '#A4AB65'

red 164 ◦ green 171 ◦ blue 101

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

Shades of Green Smoke #A4AB65

Tints of Green Smoke #A4AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 37.61%
G = 39.22%
B = 23.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#A4AB65 (or 0xA4AB65) is known color: Green Smoke. HEX triplet: A4, AB and 65. RGB value is (164,171,101). Sum of RGB (Red+Green+Blue) = 164+171+101=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB65 is #5B549A. Grayscale: #A1A1A1. Windows color (decimal): -5985435 or 6663076. OLE color: 6663076.

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

Color convert

RGB 164 171 101 -
CMYK 0.04 0 0.41 0.33
HSL 66º 0.29% 0.53% -
HSV(B) 66º 0.41% 0.67% -
XYZ 32.22 37.96 17.94 -
YUV 160.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 164 171 101 0.04 0 0.41 0.33 66 0.29 0.53
Hex A4 AB 65 4 0 29 21 42 1D 35
Octal 244 253 145 4 0 51 41 102 35 65
Binary 10100100 10101011 1100101 100 0 101001 100001 1000010 11101 110101

Color Harmonies of #A4AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB65

Black with #A4AB65

Text Example


Text Example

White with #A4AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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