Html Css Color HEX #A8A766 Green Smoke

📋 copy color: '#A8A766'

red 168 ◦ green 167 ◦ blue 102

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

Shades of Green Smoke #A8A766

Tints of Green Smoke #A8A766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 38.44%
G = 38.22%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A8A766 (or 0xA8A766) is known color: Green Smoke. HEX triplet: A8, A7 and 66. RGB value is (168,167,102). Sum of RGB (Red+Green+Blue) = 168+167+102=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A766 is #575899. Grayscale: #A0A0A0. Windows color (decimal): -5724314 or 6727592. OLE color: 6727592.

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

Color convert

RGB 168 167 102 -
CMYK 0 0.01 0.39 0.34
HSL 59.09º 0.28% 0.53% -
HSV(B) 59.09º 0.39% 0.66% -
XYZ 32.37 36.92 17.99 -
YUV 159.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 168 167 102 0 0.01 0.39 0.34 59.09 0.28 0.53
Hex A8 A7 66 0 1 27 22 3B 1C 35
Octal 250 247 146 0 1 47 42 73 34 65
Binary 10101000 10100111 1100110 0 1 100111 100010 111011 11100 110101

Color Harmonies of #A8A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A766

Black with #A8A766

Text Example


Text Example

White with #A8A766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A766; }

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

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

background-color css

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

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

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

border-color css

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

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

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