Html Css Color HEX #A4A869 Green Smoke

📋 copy color: '#A4A869'

red 164 ◦ green 168 ◦ blue 105

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

Shades of Green Smoke #A4A869

Tints of Green Smoke #A4A869

RGB

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

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

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

R = 37.53%
G = 38.44%
B = 24.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A4A869 (or 0xA4A869) is known color: Green Smoke. HEX triplet: A4, A8 and 69. RGB value is (164,168,105). Sum of RGB (Red+Green+Blue) = 164+168+105=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A869 is #5B5796. Grayscale: #9F9F9F. Windows color (decimal): -5986199 or 6924452. OLE color: 6924452.

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

Color convert

RGB 164 168 105 -
CMYK 0.02 0 0.38 0.34
HSL 63.81º 0.27% 0.54% -
HSV(B) 63.81º 0.38% 0.66% -
XYZ 31.86 36.92 18.81 -
YUV 159.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 164 168 105 0.02 0 0.38 0.34 63.81 0.27 0.54
Hex A4 A8 69 2 0 26 22 40 1B 36
Octal 244 250 151 2 0 46 42 100 33 66
Binary 10100100 10101000 1101001 10 0 100110 100010 1000000 11011 110110

Color Harmonies of #A4A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A869

Black with #A4A869

Text Example


Text Example

White with #A4A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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