Html Css Color HEX #A8AC6B Green Smoke

📋 copy color: '#A8AC6B'

red 168 ◦ green 172 ◦ blue 107

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

Shades of Green Smoke #A8AC6B

Tints of Green Smoke #A8AC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 37.58%
G = 38.48%
B = 23.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#A8AC6B (or 0xA8AC6B) is known color: Green Smoke. HEX triplet: A8, AC and 6B. RGB value is (168,172,107). Sum of RGB (Red+Green+Blue) = 168+172+107=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC6B is #575394. Grayscale: #A3A3A3. Windows color (decimal): -5723029 or 7056552. OLE color: 7056552.

HSL color Cylindrical-coordinate representation of color #A8AC6B: hue angle of 63.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AC6B is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 107 -
CMYK 0.02 0 0.38 0.33
HSL 63.69º 0.28% 0.55% -
HSV(B) 63.69º 0.38% 0.67% -
XYZ 33.55 38.89 19.65 -
YUV 163.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 168 172 107 0.02 0 0.38 0.33 63.69 0.28 0.55
Hex A8 AC 6B 2 0 26 21 40 1C 37
Octal 250 254 153 2 0 46 41 100 34 67
Binary 10101000 10101100 1101011 10 0 100110 100001 1000000 11100 110111

Color Harmonies of #A8AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC6B

Black with #A8AC6B

Text Example


Text Example

White with #A8AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC6B; }

 p { color: rgb(168,172,107); }

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

background-color css

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

 a { background-color: rgb(168,172,107); }

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

border-color css

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

 span { border-color: rgb(168,172,107); }

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