Html Css Color HEX #A8A764 Green Smoke

📋 copy color: '#A8A764'

red 168 ◦ green 167 ◦ blue 100

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

Shades of Green Smoke #A8A764

Tints of Green Smoke #A8A764

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

 GREEN value IS 167 (65.63% from 255) = 38.39%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 38.62%
G = 38.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A8A764 (or 0xA8A764) is known color: Green Smoke. HEX triplet: A8, A7 and 64. RGB value is (168,167,100). Sum of RGB (Red+Green+Blue) = 168+167+100=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A764 is #57589B. Grayscale: #9F9F9F. Windows color (decimal): -5724316 or 6596520. OLE color: 6596520.

HSL color Cylindrical-coordinate representation of color #A8A764: hue angle of 59.12º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8A764 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 167 100 -
CMYK 0 0.01 0.40 0.34
HSL 59.12º 0.28% 0.53% -
HSV(B) 59.12º 0.4% 0.66% -
XYZ 32.27 36.88 17.47 -
YUV 159.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 168 167 100 0 0.01 0.40 0.34 59.12 0.28 0.53
Hex A8 A7 64 0 1 28 22 3B 1C 35
Octal 250 247 144 0 1 50 42 73 34 65
Binary 10101000 10100111 1100100 0 1 101000 100010 111011 11100 110101

Color Harmonies of #A8A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A764

Black with #A8A764

Text Example


Text Example

White with #A8A764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A764; }

 p { color: rgb(168,167,100); }

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

background-color css

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

 a { background-color: rgb(168,167,100); }

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

border-color css

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

 span { border-color: rgb(168,167,100); }

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