Html Css Color HEX #A4AD69 Green Smoke

📋 copy color: '#A4AD69'

red 164 ◦ green 173 ◦ blue 105

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

Shades of Green Smoke #A4AD69

Tints of Green Smoke #A4AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 37.1%
G = 39.14%
B = 23.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#A4AD69 (or 0xA4AD69) is known color: Green Smoke. HEX triplet: A4, AD and 69. RGB value is (164,173,105). Sum of RGB (Red+Green+Blue) = 164+173+105=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD69 is #5B5296. Grayscale: #A2A2A2. Windows color (decimal): -5984919 or 6925732. OLE color: 6925732.

HSL color Cylindrical-coordinate representation of color #A4AD69: hue angle of 67.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4AD69 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 105 -
CMYK 0.05 0 0.39 0.32
HSL 67.94º 0.29% 0.55% -
HSV(B) 67.94º 0.39% 0.68% -
XYZ 32.8 38.8 19.12 -
YUV 162.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 164 173 105 0.05 0 0.39 0.32 67.94 0.29 0.55
Hex A4 AD 69 5 0 27 20 44 1D 37
Octal 244 255 151 5 0 47 40 104 35 67
Binary 10100100 10101101 1101001 101 0 100111 100000 1000100 11101 110111

Color Harmonies of #A4AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD69

Black with #A4AD69

Text Example


Text Example

White with #A4AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD69; }

 p { color: rgb(164,173,105); }

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

background-color css

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

 a { background-color: rgb(164,173,105); }

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

border-color css

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

 span { border-color: rgb(164,173,105); }

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