Html Css Color HEX #A4AB62 Green Smoke

📋 copy color: '#A4AB62'

red 164 ◦ green 171 ◦ blue 98

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

Shades of Green Smoke #A4AB62

Tints of Green Smoke #A4AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 37.88%
G = 39.49%
B = 22.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#A4AB62 (or 0xA4AB62) is known color: Green Smoke. HEX triplet: A4, AB and 62. RGB value is (164,171,98). Sum of RGB (Red+Green+Blue) = 164+171+98=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB62 is #5B549D. Grayscale: #A0A0A0. Windows color (decimal): -5985438 or 6466468. OLE color: 6466468.

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

Color convert

RGB 164 171 98 -
CMYK 0.04 0 0.43 0.33
HSL 65.75º 0.3% 0.53% -
HSV(B) 65.75º 0.43% 0.67% -
XYZ 32.08 37.9 17.18 -
YUV 160.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 164 171 98 0.04 0 0.43 0.33 65.75 0.3 0.53
Hex A4 AB 62 4 0 2B 21 42 1E 35
Octal 244 253 142 4 0 53 41 102 36 65
Binary 10100100 10101011 1100010 100 0 101011 100001 1000010 11110 110101

Color Harmonies of #A4AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB62

Black with #A4AB62

Text Example


Text Example

White with #A4AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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